gst-plugins-bad: qtmux: provide for PTS metadata when so configured
Mark Nauwelaerts
mnauw at kemper.freedesktop.org
Thu Mar 10 08:21:58 PST 2011
Module: gst-plugins-bad
Branch: master
Commit: e76fc42417c5742f02d5642f5cdc7177c160234d
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=e76fc42417c5742f02d5642f5cdc7177c160234d
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date: Thu Mar 10 16:03:58 2011 +0100
qtmux: provide for PTS metadata when so configured
... and not only when sort-of feeling like it.
In any case, if it turns out all really is in order,
and presumably DTS == PTS, then no ctts will be produced anyway.
---
gst/qtmux/gstqtmux.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/qtmux/gstqtmux.c b/gst/qtmux/gstqtmux.c
index f66f65c..47f4f01 100644
--- a/gst/qtmux/gstqtmux.c
+++ b/gst/qtmux/gstqtmux.c
@@ -2272,7 +2272,7 @@ again:
* buffer timestamps in case of multiple segment, non-perfect streams
* (and just perhaps maybe with some luck segment_to_running_time
* or segment_to_media_time might get near to it) */
- if ((pad->have_dts || qtmux->guess_pts) && pad->is_out_of_order) {
+ if ((pad->have_dts || qtmux->guess_pts)) {
guint64 pts;
pts = qtmux->dts_method == DTS_METHOD_REORDER ?
More information about the gstreamer-commits
mailing list