summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-08-08 19:20:01 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-08-08 19:20:01 +0000
commit1b806af1a6356ab4c18e9d26bc3d78825a679597 (patch)
treef5f60c26e9954b0032e5b38f0ca4f1b853910383
parentaf16787fec40146cecb3972856ca5cb60f611bfb (diff)
ext/faad/gstfaad.*: Fix negotiation (#310932) and miscellaneous other stuff. Probably still needs some more work.
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init), (gst_faad_init), (gst_faad_setcaps), (gst_faad_srcgetcaps), (gst_faad_event), (gst_faad_update_caps), (gst_faad_chain), (gst_faad_change_state): * ext/faad/gstfaad.h: Fix negotiation (#310932) and miscellaneous other stuff. Probably still needs some more work.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad6d2035..ecd89d70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
+ * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
+ (gst_faad_init), (gst_faad_setcaps), (gst_faad_srcgetcaps),
+ (gst_faad_event), (gst_faad_update_caps), (gst_faad_chain),
+ (gst_faad_change_state):
+ * ext/faad/gstfaad.h:
+ Fix negotiation (#310932) and miscellaneous other stuff. Probably
+ still needs some more work.
+
+2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
+
* ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
(gst_jpeg_dec_setcaps), (gst_jpeg_dec_chain):
Add setcaps() function (for mjpeg).