gstreamer/gst/mpegaudioparse
Sebastian Dröge 79cfc89c8f gst/mpegaudioparse/gstmpegaudioparse.c: Copy the complete Xing seek table in the 100 byte array instead of copying th...
Original commit message from CVS:
* gst/mpegaudioparse/gstmpegaudioparse.c:
(gst_mp3parse_handle_first_frame):
Copy the complete Xing seek table in the 100 byte array instead of
copying the first byte 100 times.
* gst/mpegaudioparse/gstmpegaudioparse.c: (mp3parse_total_bytes),
(mp3parse_total_time), (mp3parse_time_to_bytepos):
Add seeking support based on the Xing header but comment it out for
now as it seems to yield worse result than the other method.
Also use gst_pad_query_peer_duration() instead of getting the peer pad
ourself, creating a new GstQuery, etc.
2007-06-28 20:33:51 +00:00
..
gstmpegaudioparse.c gst/mpegaudioparse/gstmpegaudioparse.c: Copy the complete Xing seek table in the 100 byte array instead of copying th... 2007-06-28 20:33:51 +00:00
gstmpegaudioparse.h gst/mpegaudioparse/gstmpegaudioparse.*: If the Xing header provides a total time, use it to calculate the correct ave... 2007-06-08 08:39:43 +00:00
gstxingmux.c Define GstElementDetails as const and also static (when defined as global) 2006-04-25 21:56:37 +00:00
gstxingmux.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 22:00:26 +00:00
Makefile.am gst/mpegaudioparse/: Bring mp3parse into the 21st century. 2006-11-13 16:23:22 +00:00
mpegaudioparse.vcproj more working plugins 2004-07-27 21:41:30 +00:00