From 1701c706ecf449e4ba77ea1a98b007e287439ce8 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 9 Mar 2010 15:39:55 -0800 Subject: [PATCH] oggmux: Don't flush after every frame for theora --- ext/ogg/gstoggmux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/ogg/gstoggmux.c b/ext/ogg/gstoggmux.c index b37a563..6c81d8b 100644 --- a/ext/ogg/gstoggmux.c +++ b/ext/ogg/gstoggmux.c @@ -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); -- 2.7.4