diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c index ad02c891f2..dbd037dd62 100644 --- a/gst/playback/gstplaybin2.c +++ b/gst/playback/gstplaybin2.c @@ -1216,6 +1216,7 @@ init_group (GstPlayBin * playbin, GstSourceGroup * group) group->selector[PLAYBIN_STREAM_AUDIO].type = GST_PLAY_SINK_TYPE_AUDIO; group->selector[PLAYBIN_STREAM_AUDIO].channels = group->audio_channels; group->selector[PLAYBIN_STREAM_VIDEO].media_list[0] = "video/"; + group->selector[PLAYBIN_STREAM_VIDEO].media_list[1] = "image/"; group->selector[PLAYBIN_STREAM_VIDEO].type = GST_PLAY_SINK_TYPE_VIDEO; group->selector[PLAYBIN_STREAM_VIDEO].channels = group->video_channels; group->selector[PLAYBIN_STREAM_TEXT].media_list[0] = "text/";