Home
last modified time | relevance | path

Searched refs:gst_play_stream_info_get_codec (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay-media-info.h71 const gchar* gst_play_stream_info_get_codec (const GstPlayStreamInfo *info);
Dgstplay-media-info.c135 gst_play_stream_info_get_codec (const GstPlayStreamInfo * info) in gst_play_stream_info_get_codec() function
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c572 fail_unless_equals_string (gst_play_stream_info_get_codec (stream), in test_audio_info()
581 fail_unless_equals_string (gst_play_stream_info_get_codec (stream), in test_audio_info()
608 fail_unless (strstr (gst_play_stream_info_get_codec (stream), in test_video_info()
610 || strstr (gst_play_stream_info_get_codec (stream), "H264") != NULL); in test_video_info()
636 fail_unless_equals_string (gst_play_stream_info_get_codec (stream), in test_subtitle_info()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer-media-info.c124 return gst_play_stream_info_get_codec (info->info); in gst_player_stream_info_get_codec()