summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Merle <sylane@gmail.com>2008-06-12 14:20:40 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-06-12 14:20:40 +0000
commit95fd5d2fa0def09f54dbc49e960a8ae9ca6d6378 (patch)
treee8d683d905c7ae7eef61f45688f2907579170d0b
parent12d250c61260d82cba6b1ee6b91a5bf980679be3 (diff)
downloadgst-plugins-bad-95fd5d2fa0def09f54dbc49e960a8ae9ca6d6378.tar.gz
gst-plugins-bad-95fd5d2fa0def09f54dbc49e960a8ae9ca6d6378.tar.bz2
gst-plugins-bad-95fd5d2fa0def09f54dbc49e960a8ae9ca6d6378.zip
ext/amrwb/gstamrwbdec.c: Fix the sign of the data we pass to the decoder so that the decoder compiles with newer refe...
Original commit message from CVS: Patch by: Sebastien Merle <sylane at gmail dot com> * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain): Fix the sign of the data we pass to the decoder so that the decoder compiles with newer reference code as well. Fixes #528618.
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aeb12b7b..11d8f770 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,36 @@
2008-06-12 Stefan Kost <ensonic@users.sf.net>
+ * ext/dc1394/gstdc1394.c:
+ * ext/ivorbis/vorbisdec.c:
+ * ext/jack/gstjackaudiosink.c:
+ * ext/metadata/gstmetadatademux.c:
+ * ext/mythtv/gstmythtvsrc.c:
+ * ext/theora/theoradec.c:
+ * gst-libs/gst/app/gstappsink.c:
+ * gst/bayer/gstbayer2rgb.c:
+ * gst/deinterlace/gstdeinterlace.c:
+ * gst/rawparse/gstaudioparse.c:
+ * gst/rawparse/gstvideoparse.c:
+ * gst/rtpmanager/gstrtpbin.c:
+ * gst/rtpmanager/gstrtpclient.c:
+ * gst/rtpmanager/gstrtpjitterbuffer.c:
+ * gst/rtpmanager/gstrtpptdemux.c:
+ * gst/rtpmanager/gstrtpsession.c:
+ * gst/rtpmanager/gstrtpssrcdemux.c:
+ * gst/selector/gstinputselector.c:
+ * gst/selector/gstoutputselector.c:
+ * gst/videosignal/gstvideoanalyse.c:
+ * gst/videosignal/gstvideodetect.c:
+ * gst/videosignal/gstvideomark.c:
+ * sys/oss4/oss4-mixer.c:
+ * sys/oss4/oss4-sink.c:
+ * sys/oss4/oss4-source.c:
+ Do not use short_description in section docs for elements. We extract
+ them from element details and there will be warnings if they differ.
+
+2008-06-12 Stefan Kost <ensonic@users.sf.net>
+
* tests/icles/test-oss4.c:
Include stdlib.h.