mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
matroskademux: Remove useless clearing of send_xiph_headers for Dirac
This looks like a mistake when copy-pasting the Theora code. https://bugzilla.gnome.org/show_bug.cgi?id=632682
This commit is contained in:
parent
6cf398cdf3
commit
7fcd7d8cf2
1 changed files with 0 additions and 1 deletions
|
@ -6495,7 +6495,6 @@ gst_matroska_demux_video_caps (GstMatroskaTrackVideoContext *
|
|||
context->send_xiph_headers = TRUE;
|
||||
} else if (!strcmp (codec_id, GST_MATROSKA_CODEC_ID_VIDEO_DIRAC)) {
|
||||
caps = gst_caps_new_simple ("video/x-dirac", NULL);
|
||||
context->send_xiph_headers = FALSE;
|
||||
*codec_name = g_strdup_printf ("Dirac");
|
||||
} else if (!strcmp (codec_id, GST_MATROSKA_CODEC_ID_VIDEO_VP8)) {
|
||||
caps = gst_caps_new_simple ("video/x-vp8", NULL);
|
||||
|
|
Loading…
Reference in a new issue