Home
last modified time | relevance | path

Searched refs:GstDiscovererStreamInfo (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer-types.c28 static GstDiscovererStreamInfo
29 * gst_discoverer_info_copy_int (GstDiscovererStreamInfo * info,
47 G_DEFINE_TYPE (GstDiscovererStreamInfo, gst_discoverer_stream_info,
51 gst_discoverer_stream_info_init (GstDiscovererStreamInfo * info) in gst_discoverer_stream_info_init()
59 GstDiscovererStreamInfo *info = (GstDiscovererStreamInfo *) object; in gst_discoverer_stream_info_finalize()
87 static GstDiscovererStreamInfo *
90 return (GstDiscovererStreamInfo *) in gst_discoverer_stream_info_new()
94 static GstDiscovererStreamInfo *
95 gst_discoverer_info_copy_int (GstDiscovererStreamInfo * info, in gst_discoverer_info_copy_int()
98 GstDiscovererStreamInfo *ret; in gst_discoverer_info_copy_int()
[all …]
Dgstdiscoverer.h32 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_DISCOVERER_STREAM_INFO, GstDiscovererStreamInfo))
35 typedef struct _GstDiscovererStreamInfo GstDiscovererStreamInfo; typedef
60 #define gst_discoverer_stream_info_ref(info) ((GstDiscovererStreamInfo*) g_object_ref((GObject*) in…
64 GstDiscovererStreamInfo* gst_discoverer_stream_info_get_previous(GstDiscovererStreamInfo* info);
67 GstDiscovererStreamInfo* gst_discoverer_stream_info_get_next(GstDiscovererStreamInfo* info);
70 GstCaps* gst_discoverer_stream_info_get_caps(GstDiscovererStreamInfo* info);
73 const GstTagList* gst_discoverer_stream_info_get_tags(GstDiscovererStreamInfo* info);
76 const GstToc* gst_discoverer_stream_info_get_toc(GstDiscovererStreamInfo* info);
79 const gchar* gst_discoverer_stream_info_get_stream_id(GstDiscovererStreamInfo* info);
82 const GstStructure* gst_discoverer_stream_info_get_misc(GstDiscovererStreamInfo* info);
[all …]
Dpbutils-private.h26 GstDiscovererStreamInfo *previous; /* NULL for starting points */
27 GstDiscovererStreamInfo *next; /* NULL for containers */
38 GstDiscovererStreamInfo parent;
45 GstDiscovererStreamInfo parent;
59 GstDiscovererStreamInfo parent;
77 GstDiscovererStreamInfo parent;
89 GstDiscovererStreamInfo *stream_info;
Dgstdiscoverer.c217 static GVariant *gst_discoverer_info_to_variant_recurse (GstDiscovererStreamInfo
219 static GstDiscovererStreamInfo *_parse_discovery (GVariant * variant,
872 collect_common_information (GstDiscovererStreamInfo * info, in collect_common_information()
885 static GstDiscovererStreamInfo *
886 make_info (GstDiscovererStreamInfo * parent, GType type, GstCaps * caps) in make_info()
888 GstDiscovererStreamInfo *info; in make_info()
903 static GstDiscovererStreamInfo *
905 GstDiscovererStreamInfo * parent) in collect_information()
989 if (!info->language && ((GstDiscovererStreamInfo *) info)->tags) { in collect_information()
991 if (gst_tag_list_get_string (((GstDiscovererStreamInfo *) info)->tags, in collect_information()
[all …]
Dencoding-profile.c2182 GstDiscovererStreamInfo * sinfo) in create_stream_profile_recurse()
2227 (GstDiscovererStreamInfo *) stream->data); in create_stream_profile_recurse()
2282 GstDiscovererStreamInfo *sinfo; in gst_encoding_profile_from_discoverer()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-discoverer.c115 gst_stream_information_to_string (GstDiscovererStreamInfo * info, GString * s, in gst_stream_information_to_string()
240 gst_stream_audio_information_to_string (GstDiscovererStreamInfo * info, in gst_stream_audio_information_to_string()
283 gst_stream_video_information_to_string (GstDiscovererStreamInfo * info, in gst_stream_video_information_to_string()
328 gst_stream_subtitle_information_to_string (GstDiscovererStreamInfo * info, in gst_stream_subtitle_information_to_string()
355 print_stream_info (GstDiscovererStreamInfo * info, void *depth) in print_stream_info()
404 print_topology (GstDiscovererStreamInfo * info, guint depth) in print_topology()
406 GstDiscovererStreamInfo *next; in print_topology()
424 GstDiscovererStreamInfo *tmpinf = (GstDiscovererStreamInfo *) tmp->data; in print_topology()
489 GstDiscovererStreamInfo *sinfo; in print_info()