summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-01-25 18:26:45 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-01-25 18:26:45 +0000
commit38f89862af879e3678af6bb7372d6761e6152f55 (patch)
tree80b0a4050ab723afbfd89f345406e314dd0910bb
parentb1bab911fe130c2ab448a9f5232cf0c1a568377f (diff)
downloadgst-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfbd9ab2..542347f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):