diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-01-25 18:26:45 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-01-25 18:26:45 +0000 |
commit | 9944285e7a97d7693d1c300e4f88ad7d1eb8c4c3 (patch) | |
tree | 2e390bc4ef6500269a9e7cbd2ece7430821319f6 | |
parent | 0c9d577f94f6fa19b91e9cd2e2f0c8199f568c51 (diff) |
gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
Original commit message from CVS:
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
Use 1/2 a second for default max_discont, as PES streams from DVB
seem to have larger spacings in the SCR.
Fix a typo.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-01-26 Jan Schmidt <thaytan@mad.scientist.com> + + * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init) + Use 1/2 a second for default max_discont, as PES streams from DVB + seem to have larger spacings in the SCR. + Fix a typo. + 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/playback/gstplaybasebin.c: (group_commit): |