summaryrefslogtreecommitdiff
path: root/gst/isomp4/qtdemux.c
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2015-02-18 10:10:53 -0300
committerThiago Santos <thiagoss@osg.samsung.com>2015-02-18 10:36:06 -0300
commit84b7cf6795c8d2779ebf5acb063bfd8cc0abccd0 (patch)
tree3c347f5f45b05c6bec7446b43aae3aae91f5b321 /gst/isomp4/qtdemux.c
parenta12e41c106f0a2f48b5d3a73026ba4d20cd745fd (diff)
downloadgstreamer-plugins-good-84b7cf6795c8d2779ebf5acb063bfd8cc0abccd0.tar.gz
qtmux: remove not needed condition
gst_buffer_replace can handle NULL inputs by itself
Diffstat (limited to 'gst/isomp4/qtdemux.c')
-rw-r--r--gst/isomp4/qtdemux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c
index 84b56ee3f..b766a3803 100644
--- a/gst/isomp4/qtdemux.c
+++ b/gst/isomp4/qtdemux.c
@@ -2969,8 +2969,8 @@ qtdemux_parse_moof (GstQTDemux * qtdemux, const guint8 * buffer, guint length,
GST_TIME_ARGS (decode_time_ts));
/* Discard the fragment buffer timestamp info to avoid using it.
- * Rely on tfdt instead as it is more accurate than the timetamp
- * that is fetches from a manifest/playlist and is usually
+ * Rely on tfdt instead as it is more accurate than the timestamp
+ * that is fetched from a manifest/playlist and is usually
* less accurate. */
qtdemux->fragment_start = -1;
}