summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-01-14 06:41:52 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-01-14 06:41:52 +0000
commitf3388b47cfe957f1c308df0f535ea5b275cb6de6 (patch)
tree41b4293c03259b7960f6a9da46d95d3d7601e16f
parentb9b9ae813fc1dd29e692e601a8cf0af08fe5d439 (diff)
downloadgst-plugins-bad-f3388b47cfe957f1c308df0f535ea5b275cb6de6.tar.gz
gst-plugins-bad-f3388b47cfe957f1c308df0f535ea5b275cb6de6.tar.bz2
gst-plugins-bad-f3388b47cfe957f1c308df0f535ea5b275cb6de6.zip
Don't issue a timestamp unless we have a PTS.
Original commit message from CVS: Don't issue a timestamp unless we have a PTS.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9437b0a0..3f75df03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ Don't issue a timestamp unless we tagged the frame
+ with a PTS.
+
2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
* gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):