*参照元 [#x75fc6f5]
#backlinks

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

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


**引数 [#fbde8cf4]
-void *object
--
-GType type
--
--[[gstomx-0.10.1/GType]]


**返り値 [#j313d3f0]
-void *
--


**参考 [#yfe38f6a]


*実装 [#y29ccbf5]
 void *
 gstomx_core_new (void *object, GType type)
 {
   GOmxCore *core = g_omx_core_new (object);
-
--[[gstomx-0.10.1/GOmxCore]]
-
--[[gstomx-0.10.1/g_omx_core_new()]]

   gstomx_get_component_info (core, type);
-
--[[gstomx-0.10.1/gstomx_get_component_info()]]

   g_omx_core_init (core);
-
--[[gstomx-0.10.1/g_omx_core_init()]]

   return core;
 }


*コメント [#a0c6cd38]


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