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
@ -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…
x
Reference in New Issue
Block a user