GNOME Bugzilla – Bug 651788
[theoraenc] separate encode and push block in theora_enc_chain
Last modified: 2011-06-15 17:42:47 UTC
the encode and push block in theora_enc_chain could be separated into it's own function. improving the readability of the code, and making theora_enc_chain smaller. http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/ext/theora/gsttheoraenc.c#n1294
Created attachment 189161 [details] [review] separate encode and push block in chain, into own function.
commit 8b18508778a6a13105794bf8c6fe61ce61cb1e6f Author: Luis de Bethencourt <luis.debethencourt@collabora.como> Date: Fri Jun 3 16:29:00 2011 +0200 theora: separate encode and push block in chain, into own function.