*参照元 [#kfaa54c1]
#backlinks

*説明 [#ga51fb06]
-パス: [[gstomx-0.10.1/omx/gstomx.c]]

-FIXME: これは何?
--説明


**引数 [#wdb878ab]
-const gchar * element_name
--
--[[gstomx-0.10.1/gchar]]


**返り値 [#cb573ba9]
-GstStructure *
--
--[[gstomx-0.10.1/GstStructure]]


**参考 [#ua780b0a]


*実装 [#ea827a05]
 static GstStructure *
 get_element_entry (const gchar * element_name)
 {
   GstStructure *element;
 
   if (!gst_structure_get ((GstStructure *) element_table, element_name,
           GST_TYPE_STRUCTURE, &element, NULL)) {
     element = NULL;
   }
 
-
--[[gstomx-0.10.1/gst_structure_get()]]
-
--[[gstomx-0.10.1/GST_TYPE_STRUCTURE]]
-
--[[gstomx-0.10.1/element_table(global)]]

   /* This assert should never fail, because plugin elements are registered
    * based on the entries in this table.  Someone would have to manually
    * override the type qdata for this to fail.
    */
   g_assert (element);
 
-
--[[gstomx-0.10.1/g_assert()]]

   return element;
 }


*コメント [#q6c80401]

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS