oggmux: Don't flush after every frame for theora

This commit is contained in:
David Schleef 2010-03-09 15:39:55 -08:00
parent f1ddabe7cb
commit 1701c706ec

View file

@ -1050,7 +1050,6 @@ gst_ogg_mux_send_headers (GstOggMux * mux)
if (gst_structure_has_name (structure, "video/x-theora")) {
GST_DEBUG_OBJECT (thepad, "putting %s page at the front", "Theora");
hbufs = g_list_prepend (hbufs, hbuf);
pad->always_flush_page = TRUE;
} else if (gst_structure_has_name (structure, "video/x-dirac")) {
GST_DEBUG_OBJECT (thepad, "putting %s page at the front", "Dirac");
hbufs = g_list_prepend (hbufs, hbuf);