Home
last modified time | relevance | path

Searched refs:GstPlayStreamInfo (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay-media-info.c36 G_DEFINE_ABSTRACT_TYPE (GstPlayStreamInfo, gst_play_stream_info, G_TYPE_OBJECT);
39 gst_play_stream_info_init (GstPlayStreamInfo * sinfo) in gst_play_stream_info_init()
47 GstPlayStreamInfo *sinfo = GST_PLAY_STREAM_INFO (object); in gst_play_stream_info_finalize()
80 gst_play_stream_info_get_index (const GstPlayStreamInfo * info) in gst_play_stream_info_get_index()
98 gst_play_stream_info_get_stream_type (const GstPlayStreamInfo * info) in gst_play_stream_info_get_stream_type()
118 gst_play_stream_info_get_tags (const GstPlayStreamInfo * info) in gst_play_stream_info_get_tags()
135 gst_play_stream_info_get_codec (const GstPlayStreamInfo * info) in gst_play_stream_info_get_codec()
151 gst_play_stream_info_get_caps (const GstPlayStreamInfo * info) in gst_play_stream_info_get_caps()
495 static GstPlayStreamInfo *
511 return (GstPlayStreamInfo *) ret; in gst_play_video_info_copy()
[all …]
Dgstplay-media-info-private.h45 GstPlayStreamInfo parent;
57 GstPlayStreamInfo parent;
75 GstPlayStreamInfo parent;
121 G_GNUC_INTERNAL GstPlayStreamInfo* gst_play_stream_info_new
123 G_GNUC_INTERNAL GstPlayStreamInfo* gst_play_stream_info_copy
124 (GstPlayStreamInfo *ref);
Dgstplay-media-info.h36 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_PLAY_STREAM_INFO,GstPlayStreamInfo))
38 (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_PLAY_STREAM_INFO,GstPlayStreamInfo))
52 typedef struct _GstPlayStreamInfo GstPlayStreamInfo; typedef
59 gint gst_play_stream_info_get_index (const GstPlayStreamInfo *info);
62 const gchar* gst_play_stream_info_get_stream_type (const GstPlayStreamInfo *info);
65 GstTagList* gst_play_stream_info_get_tags (const GstPlayStreamInfo *info);
68 GstCaps* gst_play_stream_info_get_caps (const GstPlayStreamInfo *info);
71 const gchar* gst_play_stream_info_get_codec (const GstPlayStreamInfo *info);
Dgstplay.c227 static void gst_play_stream_info_update (GstPlay * self, GstPlayStreamInfo * s);
229 GstPlayStreamInfo * s);
230 static GstPlayStreamInfo *gst_play_stream_info_find (GstPlayMediaInfo *
232 static GstPlayStreamInfo *gst_play_stream_info_get_current (GstPlay *
236 GstPlayStreamInfo * stream_info);
238 GstPlayStreamInfo * stream_info);
240 GstPlayStreamInfo * stream_info);
246 GstPlayStreamInfo * s, GstStream * stream);
247 static GstPlayStreamInfo *gst_play_stream_info_find_from_stream_id
249 static GstPlayStreamInfo *gst_play_stream_info_get_current_from_stream_id
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer-media-info-private.h33 GstPlayStreamInfo *info;
100 (GstPlayStreamInfo * info);
Dgstplayer-media-info.c548 gst_player_stream_info_wrapped (GstPlayStreamInfo * info) in gst_player_stream_info_wrapped()
585 s = gst_player_stream_info_wrapped ((GstPlayStreamInfo *) l->data); in gst_player_media_info_wrapped()
612 s = gst_player_stream_info_wrapped ((GstPlayStreamInfo *) info); in gst_player_audio_info_wrapped()
624 s = gst_player_stream_info_wrapped ((GstPlayStreamInfo *) info); in gst_player_video_info_wrapped()
636 s = gst_player_stream_info_wrapped ((GstPlayStreamInfo *) info); in gst_player_subtitle_info_wrapped()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c563 GstPlayStreamInfo *stream = (GstPlayStreamInfo *) list->data; in test_audio_info()
602 GstPlayStreamInfo *stream = (GstPlayStreamInfo *) list->data; in test_video_info()
629 GstPlayStreamInfo *stream = (GstPlayStreamInfo *) list->data; in test_subtitle_info()
814 index = gst_play_stream_info_get_index ((GstPlayStreamInfo *) audio); in test_play_stream_switch_audio_cb()
877 index = gst_play_stream_info_get_index ((GstPlayStreamInfo *) sub); in test_play_stream_switch_subtitle_cb()