gst_index: 'plugins/index.md',
gst_smart_index: true,
gst_c_sources: [
- join_paths(root_rel, 'sys/*/*.[ch]'),
+ join_paths(root_rel, 'sys/*/*.[cmh]'),
join_paths(root_rel, 'sys/*/*.cpp'),
join_paths(root_rel, 'sys/*/*.cc'),
+ join_paths(root_rel, 'sys/*/*.mm'),
join_paths(root_rel, 'sys/*/*.hh'),
join_paths(root_rel, 'ext/*/*.[ch]'),
join_paths(root_rel, 'ext/*/*.cpp'),
*/
/**
- * SECTION:element-plugin
+ * SECTION:element-avfassetsrc
*
* Read and decode samples from AVFoundation assets using the AVFAssetReader API
*
gobject_class->get_property = gst_avf_asset_src_get_property;
gobject_class->dispose = gst_avf_asset_src_dispose;
- /**
- * GstAVFAssetSrc:uri
- *
- * URI of the asset to read
- *
- **/
g_object_class_install_property (gobject_class, PROP_URI,
g_param_spec_string ("uri", "Asset URI",
"URI of the asset to read", NULL,
* Boston, MA 02111-1307, USA.
*/
/**
- * SECTION:element-ios_assetsrc
+ * SECTION:element-iosassetsrc
* @see_also: #GstIOSAssetSrc
*
* Read data from an iOS asset from the media library.
index: 'plugins/index.md',
gst_index: 'plugins/index.md',
gst_smart_index: true,
- gst_c_sources: ['../sys/*/*.[ch]',
- '../ext/*/*.[ch]',
- '../gst/*/*.[ch]',
- ],
+ gst_c_sources: [
+ '../sys/*/*.[ch]',
+ '../ext/*/*.[cmh]',
+ '../gst/*/*.[ch]',
+ ],
dependencies: [gst_dep, plugins],
gst_order_generated_subpages: true,
gst_cache_file: plugins_cache,
index: 'index.md',
gst_index: 'index.md',
gst_smart_index: true,
- gst_c_sources: ['../sys/*/*.[ch]',
- '../ext/*/*.[ch]',
- '../gst/*/*.[ch]',
- ],
+ gst_c_sources: [
+ '../sys/*/*.[cmh]',
+ '../ext/*/*.[ch]',
+ '../gst/*/*.[ch]',
+ ],
gst_c_source_filters: excludes,
dependencies: [gst_dep, plugins],
gst_order_generated_subpages: true,
gstbasesink_class->propose_allocation = gst_osx_video_sink_propose_allocation;
gstelement_class->change_state = gst_osx_video_sink_change_state;
- /**
- * GstOSXVideoSink:embed
- *
- * For ABI comatibility only, do not use
- *
- **/
-
g_object_class_install_property (gobject_class, ARG_EMBED,
g_param_spec_boolean ("embed", "embed", "For ABI compatibility only, do not use",
FALSE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
- /**
- * GstOSXVideoSink:force-aspect-ratio
- *
- * When enabled, scaling will respect original aspect ratio.
- *
- **/
-
g_object_class_install_property (gobject_class, ARG_FORCE_PAR,
g_param_spec_boolean ("force-aspect-ratio", "force aspect ration",
"When enabled, scaling will respect original aspect ration",