diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-11-25 10:45:09 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-11-25 10:45:09 +0000 |
commit | 67d4bcd555dcab6ce38481deecc1c0179915d268 (patch) | |
tree | 496b6e427a89da559a22a26f42751dbc1f74e530 /ChangeLog | |
parent | 37d4958fca4e27134c8da5cd47e4253a8cb74763 (diff) | |
download | gst-plugins-bad-67d4bcd555dcab6ce38481deecc1c0179915d268.tar.gz gst-plugins-bad-67d4bcd555dcab6ce38481deecc1c0179915d268.tar.bz2 gst-plugins-bad-67d4bcd555dcab6ce38481deecc1c0179915d268.zip |
gst/flv/gstflvparse.c: Output segment with proper 'stop' value, makes flvdemux 100% compatible with gnonlin.
Original commit message from CVS:
* gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
(gst_flv_parse_tag_video):
Output segment with proper 'stop' value, makes flvdemux 100% compatible
with gnonlin.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-11-25 Edward Hervey <bilboed@bilboed.com> + + * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio), + (gst_flv_parse_tag_video): + Output segment with proper 'stop' value, makes flvdemux 100% compatible + with gnonlin. + 2007-11-25 Stefan Kost <ensonic@users.sf.net> * ext/dc1394/gstdc1394.c: |