mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
oggmux: Don't flush after every frame for theora
This commit is contained in:
parent
f1ddabe7cb
commit
1701c706ec
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue