mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
mpegtsdemux: Rename DVB subtitling media type to subpicture/x-dvb
This commit is contained in:
parent
a71c3f7e48
commit
18061222b9
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ gst_mpegts_demux_fill_stream (GstMpegTSStream * stream, guint8 id,
|
|||
DESC_DVB_SUBTITLING)) {
|
||||
template = klass->private_template;
|
||||
name = g_strdup_printf ("private_%04x", stream->PID);
|
||||
caps = gst_caps_new_simple ("private/x-dvbsub", NULL);
|
||||
caps = gst_caps_new_simple ("subpicture/x-dvb", NULL);
|
||||
}
|
||||
break;
|
||||
case ST_HDV_AUX_V:
|
||||
|
|
Loading…
Reference in a new issue