summaryrefslogtreecommitdiff
path: root/gst/mpegdemux
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-08-20 23:37:00 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-08-20 23:37:00 +0100
commit2483c82bd75bea521b9d5721c994a191d26c55a9 (patch)
treeeb3f92a6f6eee3bfc869c6c5a2c8b78772a61b0c /gst/mpegdemux
parentcc167a237ac7373139e54f8477affa9e6a1513c7 (diff)
downloadgstreamer-plugins-bad-2483c82bd75bea521b9d5721c994a191d26c55a9.tar.gz
video/x-dvd-subpicture -> subpicture/x-dvd
Diffstat (limited to 'gst/mpegdemux')
-rw-r--r--gst/mpegdemux/gstmpegdemux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/mpegdemux/gstmpegdemux.c b/gst/mpegdemux/gstmpegdemux.c
index ee78c00a0..723bd89cd 100644
--- a/gst/mpegdemux/gstmpegdemux.c
+++ b/gst/mpegdemux/gstmpegdemux.c
@@ -128,7 +128,7 @@ static GstStaticPadTemplate subpicture_template =
GST_STATIC_PAD_TEMPLATE ("subpicture_%02x",
GST_PAD_SRC,
GST_PAD_SOMETIMES,
- GST_STATIC_CAPS ("video/x-dvd-subpicture")
+ GST_STATIC_CAPS ("subpicture/x-dvd")
);
static GstStaticPadTemplate private_template =
@@ -400,7 +400,7 @@ gst_flups_demux_create_stream (GstFluPSDemux * demux, gint id, gint stream_type)
case ST_PS_DVD_SUBPICTURE:
template = klass->subpicture_template;
name = g_strdup_printf ("subpicture_%02x", id);
- caps = gst_caps_new_empty_simple ("video/x-dvd-subpicture");
+ caps = gst_caps_new_empty_simple ("subpicture/x-dvd");
break;
case ST_GST_AUDIO_RAWA52:
template = klass->audio_template;