gst/mpegstream/gstrfc2250enc.c: Fix code that ignores return value of gst_buffer_merg...
authorDavid Schleef <ds@schleef.org>
Sat, 6 Mar 2004 01:25:57 +0000 (01:25 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 6 Mar 2004 01:25:57 +0000 (01:25 +0000)
Original commit message from CVS:
* gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
Fix code that ignores return value of gst_buffer_merge().
(bug #114560)
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
* gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
* testsuite/gst-lint:  Check for above.

ChangeLog

index 4e3e48d..cb88082 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2004-03-05  David Schleef  <ds@schleef.org>
 
+       * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
+       Fix code that ignores return value of gst_buffer_merge().
+       (bug #114560)
+       * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
+       * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
+       * testsuite/gst-lint:  Check for above.
+
+2004-03-05  David Schleef  <ds@schleef.org>
+
        * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
        caps and throw an element error.  (bug #136334)