qtmux: Fix debug statement.
authorEdward Hervey <bilboed@bilboed.com>
Thu, 25 Jun 2009 06:38:10 +0000 (08:38 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 12 Apr 2011 19:32:12 +0000 (20:32 +0100)
gst/quicktime/gstqtmux.c

index 8d811f4..ba155f6 100644 (file)
@@ -529,7 +529,8 @@ gst_qt_mux_add_3gp_date (GstQTMux * qtmux, const GstTagList * list,
     return;
   }
 
-  GST_DEBUG_OBJECT (qtmux, "Adding tag %" GST_FOURCC_FORMAT " -> %d", year);
+  GST_DEBUG_OBJECT (qtmux, "Adding tag %" GST_FOURCC_FORMAT " -> %d",
+      GST_FOURCC_ARGS (fourcc), year);
   atom_moov_add_3gp_uint_tag (qtmux->moov, fourcc, year);
 }