gst/mpegstream/gstmpegpacketize.*: g_malloc() can't fail, we don't need to handle...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 13 Apr 2006 18:21:08 +0000 (18:21 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 13 Apr 2006 18:21:08 +0000 (18:21 +0000)
commit7780db0401727352a60c80eba05e5df88a8b3fde
treed4147cc52e7bf47143a094d6c3ba231faa0c899e
parentc538a643c3da50eb08ef72948fb2e21d37214072
gst/mpegstream/gstmpegpacketize.*: g_malloc() can't fail, we don't need to handle this. Same for gst_buffer_new_and_a...

Original commit message from CVS:
* gst/mpegstream/gstmpegpacketize.c: (gst_mpeg_packetize_put),
(read_cache):
* gst/mpegstream/gstmpegpacketize.h:
g_malloc() can't fail, we don't need to handle this. Same for
gst_buffer_new_and_alloc().
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_chain):
klass->send_buffer() should have the same semantics as
gst_pad_push(), ie. ownership of the buffer is transfered,
so we never have to unref the buffer no matter what the flow
return value was.
ChangeLog
gst/mpegstream/gstmpegpacketize.c
gst/mpegstream/gstmpegpacketize.h
gst/mpegstream/gstmpegparse.c