gst/mpegstream/gstmpegparse.c: MPEG2 has a useful rate property, so we can actually...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 19 Jan 2005 15:06:01 +0000 (15:06 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 19 Jan 2005 15:06:01 +0000 (15:06 +0000)
Original commit message from CVS:
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
MPEG2 has a useful rate property, so we can actually use that.
For MPEG-1, continue using the bytes/time properties.

ChangeLog

index bb7fad2..d0a3f07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
+       * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
+         MPEG2 has a useful rate property, so we can actually use that.
+         For MPEG-1, continue using the bytes/time properties.
+
+2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
+
        * gst-libs/gst/riff/riff-media.c:
        (gst_riff_create_video_caps_with_data),
        (gst_riff_create_video_template_caps):