summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-30 14:23:18 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-30 14:23:18 +0000
commit95682c71a51a2c3a91ed7065de378b81d59ddcd9 (patch)
treea18d390b90b2042260f110c144d4b92f74220b04
parentff4c8d5107e5c85f60cad2fa19313348cfe20bcc (diff)
gst/mpegaudioparse/gstmpegaudioparse.c: Fix header parsing - stolen from ffmpeg (thank you! :) ).
Original commit message from CVS: 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_type_frame_length_from_header): Fix header parsing - stolen from ffmpeg (thank you! :) ).
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a4ad7c3..fc67ebd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
+ * gst/mpegaudioparse/gstmpegaudioparse.c:
+ (mp3_type_frame_length_from_header):
+ Fix header parsing - stolen from ffmpeg (thank you! :) ).
+
+2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
+
* ext/esd/esdsink.c: (gst_esdsink_init):
Since we have static pad template caps, we don't need to negotiate;
either the core errors out or we know the format.