From 3fea86fa606ff91e9535b078861785c78265352f Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 5 Nov 2010 13:48:57 +0100 Subject: [PATCH] qtmux: fix misinforming comment --- gst/qtmux/gstqtmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/qtmux/gstqtmux.c b/gst/qtmux/gstqtmux.c index 1f5617b815..b1ffe7b705 100644 --- a/gst/qtmux/gstqtmux.c +++ b/gst/qtmux/gstqtmux.c @@ -1571,7 +1571,7 @@ gst_qt_mux_stop_file (GstQTMux * qtmux) /* if needed, send mdat atom and move buffered data into it */ if (qtmux->fast_start_file) { - /* mdat size = accumulated (buffered data) + mdat atom header */ + /* mdat_size = accumulated (buffered data) */ ret = gst_qt_mux_send_mdat_header (qtmux, NULL, qtmux->mdat_size, large_file); if (ret != GST_FLOW_OK)