gstomx-0.10.1/get_element_entry()
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#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...
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 eleme...
* based on the entries in this table. Someone would ...
* override the type qdata for this to fail.
*/
g_assert (element);
-
--[[gstomx-0.10.1/g_assert()]]
return element;
}
*コメント [#q6c80401]
終了行:
*参照元 [#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...
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 eleme...
* based on the entries in this table. Someone would ...
* override the type qdata for this to fail.
*/
g_assert (element);
-
--[[gstomx-0.10.1/g_assert()]]
return element;
}
*コメント [#q6c80401]
ページ名: