oggmux: Don't flush after every frame for theora
This commit is contained in:
parent
f1ddabe7cb
commit
1701c706ec
@ -1050,7 +1050,6 @@ gst_ogg_mux_send_headers (GstOggMux * mux)
|
|||||||
if (gst_structure_has_name (structure, "video/x-theora")) {
|
if (gst_structure_has_name (structure, "video/x-theora")) {
|
||||||
GST_DEBUG_OBJECT (thepad, "putting %s page at the front", "Theora");
|
GST_DEBUG_OBJECT (thepad, "putting %s page at the front", "Theora");
|
||||||
hbufs = g_list_prepend (hbufs, hbuf);
|
hbufs = g_list_prepend (hbufs, hbuf);
|
||||||
pad->always_flush_page = TRUE;
|
|
||||||
} else if (gst_structure_has_name (structure, "video/x-dirac")) {
|
} else if (gst_structure_has_name (structure, "video/x-dirac")) {
|
||||||
GST_DEBUG_OBJECT (thepad, "putting %s page at the front", "Dirac");
|
GST_DEBUG_OBJECT (thepad, "putting %s page at the front", "Dirac");
|
||||||
hbufs = g_list_prepend (hbufs, hbuf);
|
hbufs = g_list_prepend (hbufs, hbuf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user