summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-05-06 14:32:13 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-05-06 14:32:13 +0000
commitc52708c81accadb35f608b625032d35cc9b60caa (patch)
tree36b790776113c4f47caa41c20079f29ad11be68c
parent2c50be12b43ea60dc1c63747c0bdd25929ec685a (diff)
downloadgst-plugins-bad-c52708c81accadb35f608b625032d35cc9b60caa.tar.gz
gst-plugins-bad-c52708c81accadb35f608b625032d35cc9b60caa.tar.bz2
gst-plugins-bad-c52708c81accadb35f608b625032d35cc9b60caa.zip
ext/theora/theoraenc.c: Also encode the first frame, cleanup some code.
Original commit message from CVS: * ext/theora/theoraenc.c: (gst_theora_enc_class_init), (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain), (theora_enc_set_property), (theora_enc_get_property): Also encode the first frame, cleanup some code.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c79522d..73864698 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-05-06 Wim Taymans <wim@fluendo.com>
+ * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
+ (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
+ (theora_enc_set_property), (theora_enc_get_property):
+ Also encode the first frame, cleanup some code.
+
+2004-05-06 Wim Taymans <wim@fluendo.com>
+
* ext/mpeg2enc/gstmpeg2enc.cc:
Forward events first before deciding that negotiation was
not performed.