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
commit9944285e7a97d7693d1c300e4f88ad7d1eb8c4c3 (patch)
tree2e390bc4ef6500269a9e7cbd2ece7430821319f6
parent0c9d577f94f6fa19b91e9cd2e2f0c8199f568c51 (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--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):