mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
qtmux: Fix debug statement.
This commit is contained in:
parent
c3f462d9b2
commit
430953e8d2
1 changed files with 2 additions and 1 deletions
|
@ -529,7 +529,8 @@ gst_qt_mux_add_3gp_date (GstQTMux * qtmux, const GstTagList * list,
|
||||||
return;
|
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);
|
atom_moov_add_3gp_uint_tag (qtmux->moov, fourcc, year);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue