diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-19 15:06:01 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-19 15:06:01 +0000 |
commit | 02af9df0f73cf4cde098e1ca52f3a9c46ca74761 (patch) | |
tree | 1c15c3e7af93b863ed01cb1eee2703969ca34539 /ChangeLog | |
parent | 9de370d4ca13b8744b0045a5d67d2d9a5d0a5f87 (diff) |
gst/mpegstream/gstmpegparse.c: MPEG2 has a useful rate property, so we can actually use that.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |