Lines Matching refs:GstPlayStreamInfo
227 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
1705 gst_play_subtitle_info_update (GstPlay * self, GstPlayStreamInfo * stream_info) in gst_play_subtitle_info_update()
1765 gst_play_video_info_update (GstPlay * self, GstPlayStreamInfo * stream_info) in gst_play_video_info_update()
1837 gst_play_audio_info_update (GstPlay * self, GstPlayStreamInfo * stream_info) in gst_play_audio_info_update()
1909 static GstPlayStreamInfo *
1914 GstPlayStreamInfo *info = NULL; in gst_play_stream_info_find()
1921 info = (GstPlayStreamInfo *) l->data; in gst_play_stream_info_find()
1930 static GstPlayStreamInfo *
1935 GstPlayStreamInfo *info = NULL; in gst_play_stream_info_find_from_stream_id()
1942 info = (GstPlayStreamInfo *) l->data; in gst_play_stream_info_find_from_stream_id()
1964 static GstPlayStreamInfo *
1969 GstPlayStreamInfo *info; in gst_play_stream_info_get_current()
1984 static GstPlayStreamInfo *
1988 GstPlayStreamInfo *info; in gst_play_stream_info_get_current_from_stream_id()
2008 GstPlayStreamInfo *info; in stream_notify_cb()
2033 gst_play_stream_info_update (GstPlay * self, GstPlayStreamInfo * s) in gst_play_stream_info_update()
2044 stream_info_get_codec (GstPlayStreamInfo * s) in stream_info_get_codec()
2077 GstPlayStreamInfo * s) in gst_play_stream_info_update_tags_and_caps()
2116 GstPlayStreamInfo *s; in gst_play_streams_info_create()
2157 GstPlayStreamInfo * s, GstStream * stream) in gst_play_stream_info_update_from_stream()
2183 GstPlayStreamInfo *s; in gst_play_streams_info_create_from_collection()
2313 tags = gst_play_stream_info_get_tags ((GstPlayStreamInfo *) l->data); in get_from_tags()
2326 tags = gst_play_stream_info_get_tags ((GstPlayStreamInfo *) l->data); in get_from_tags()
2399 GstPlayStreamInfo *s; in tags_changed_cb()
3492 GstPlayStreamInfo *info; in gst_play_set_audio_track()
3534 GstPlayStreamInfo *info; in gst_play_set_video_track()
3577 GstPlayStreamInfo *info; in gst_play_set_subtitle_track()