diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-09-23 17:34:44 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-09-23 17:34:44 +0000 |
commit | 4c23ebf7216be71fb19811d407fb5f1ce86da964 (patch) | |
tree | 35eb1a4baa9c929fbfcae598f3d9989ac17b1c36 /ChangeLog | |
parent | 52fd692bcfae0e29dc821d22fcad2533d390e1a9 (diff) | |
download | gst-plugins-bad-4c23ebf7216be71fb19811d407fb5f1ce86da964.tar.gz gst-plugins-bad-4c23ebf7216be71fb19811d407fb5f1ce86da964.tar.bz2 gst-plugins-bad-4c23ebf7216be71fb19811d407fb5f1ce86da964.zip |
Patch from: Josep Torra
Original commit message from CVS:
Patch from: Josep Torra
* gst/mpegdemux/gstmpegtsdemux.c:
* gst/mpegdemux/gstmpegtsdemux.h:
Use a preallocated buffer per stream for PES packets sent on src pads.
Adaptively adjust buffer size appropriately.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org> + + Patch from: Josep Torra + + * gst/mpegdemux/gstmpegtsdemux.c: + * gst/mpegdemux/gstmpegtsdemux.h: + Use a preallocated buffer per stream for PES packets sent on src pads. + Adaptively adjust buffer size appropriately. + 2008-09-17 Tim-Philipp Müller <tim.muller at collabora co uk> * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start), |