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 | 38f89862af879e3678af6bb7372d6761e6152f55 (patch) | |
tree | 80b0a4050ab723afbfd89f345406e314dd0910bb | |
parent | b1bab911fe130c2ab448a9f5232cf0c1a568377f (diff) | |
download | gst-plugins-bad-38f89862af879e3678af6bb7372d6761e6152f55.tar.gz gst-plugins-bad-38f89862af879e3678af6bb7372d6761e6152f55.tar.bz2 gst-plugins-bad-38f89862af879e3678af6bb7372d6761e6152f55.zip |
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): |