summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLutz Mueller <lutz@topfrose.de>2007-01-06 10:58:13 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-01-06 10:58:13 +0000
commit30d26643a6be2b18c2fc5edf6408eb0887699ae3 (patch)
tree9d9aa476b26f0bb51d3444f843881f87bf82f3a1 /ChangeLog
parentbda3b5839ae2c899afb4719a4dab4b62a7c7f8dd (diff)
downloadgst-plugins-bad-30d26643a6be2b18c2fc5edf6408eb0887699ae3.tar.gz
gst-plugins-bad-30d26643a6be2b18c2fc5edf6408eb0887699ae3.tar.bz2
gst-plugins-bad-30d26643a6be2b18c2fc5edf6408eb0887699ae3.zip
gst/real/gstrealvideodec.*: Implement error recovery on setcaps failure.
Original commit message from CVS: Patch by: Lutz Mueller <lutz@topfrose.de> * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode), (gst_real_video_dec_setcaps), (open_library), (close_library), (gst_real_video_dec_finalize): * gst/real/gstrealvideodec.h: Implement error recovery on setcaps failure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93b94311..49fe6913 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,16 @@
Patch by: Lutz Mueller <lutz@topfrose.de>
+ * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
+ (gst_real_video_dec_setcaps), (open_library), (close_library),
+ (gst_real_video_dec_finalize):
+ * gst/real/gstrealvideodec.h:
+ Implement error recovery on setcaps failure.
+
+2007-01-06 Edward Hervey <edward@fluendo.com>
+
+ Patch by: Lutz Mueller <lutz@topfrose.de>
+
* gst/real/Makefile.am:
* gst/real/gstreal.c: (plugin_init):
* gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),