diff options
author | Benjamin Otte <otte@gnome.org> | 2004-01-23 17:45:54 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-01-23 17:45:54 +0000 |
commit | b10dd62228f5f5cf54abb84dd9429a6e6fce2c24 (patch) | |
tree | 126cb5a98f890f4f07ca21cfd94dc4e4791efb51 | |
parent | 0b02bd246cbf524f3174708563bd224f94b16c1b (diff) | |
download | gst-plugins-bad-b10dd62228f5f5cf54abb84dd9429a6e6fce2c24.tar.gz gst-plugins-bad-b10dd62228f5f5cf54abb84dd9429a6e6fce2c24.tar.bz2 gst-plugins-bad-b10dd62228f5f5cf54abb84dd9429a6e6fce2c24.zip |
gst/avi/gstavidemux.c: don't write to buffer. Extract data without the need of __attribute__ ((packed))
Original commit message from CVS:
2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
* gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
(gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
don't write to buffer. Extract data without the need of
__attribute__ ((packed))
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih), + (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index): + don't write to buffer. Extract data without the need of + __attribute__ ((packed)) + 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header), |