summaryrefslogtreecommitdiffstats
path: root/gst/qtmux
diff options
context:
space:
mode:
authorDave Robillard <dave@drobilla.net>2009-06-25 11:47:38 -0400
committerDave Robillard <dave@drobilla.net>2009-06-25 11:47:38 -0400
commit0ce58265e5ae76238aa7d0b9d56def61fe6be664 (patch)
tree17179428791e62a1308ce569c8d58edadc6572af /gst/qtmux
parent7a7083ba1f8e38b0b51820d4a37f279c6b2c73bd (diff)
parent699e4f4d044d8111053b631baba4b324a60b1274 (diff)
downloadgst-plugins-bad-0ce58265e5ae76238aa7d0b9d56def61fe6be664.tar.gz
gst-plugins-bad-0ce58265e5ae76238aa7d0b9d56def61fe6be664.tar.bz2
gst-plugins-bad-0ce58265e5ae76238aa7d0b9d56def61fe6be664.zip
Merge branch 'fdo' into lv2
Diffstat (limited to 'gst/qtmux')
-rw-r--r--gst/qtmux/atoms.c3
-rw-r--r--gst/qtmux/gstqtmux.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/gst/qtmux/atoms.c b/gst/qtmux/atoms.c
index 29859d00..ad3e0108 100644
--- a/gst/qtmux/atoms.c
+++ b/gst/qtmux/atoms.c
@@ -3004,14 +3004,11 @@ build_esds_extension (AtomTRAK * trak, guint8 object_type, guint8 stream_type,
AtomInfo *
build_mov_aac_extension (AtomTRAK * trak, const GstBuffer * codec_data)
{
- guint32 track_id;
AtomWAVE *wave;
AtomFRMA *frma;
Atom *ext_atom;
GstBuffer *buf;
- track_id = trak->tkhd.track_ID;
-
/* Add WAVE atom to the MP4A sample table entry */
wave = atom_wave_new ();
diff --git a/gst/qtmux/gstqtmux.c b/gst/qtmux/gstqtmux.c
index 8d811f41..ba155f6a 100644
--- a/gst/qtmux/gstqtmux.c
+++ b/gst/qtmux/gstqtmux.c
@@ -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);
}