summaryrefslogtreecommitdiffstats
path: root/gst/qtmux/atoms.c
diff options
context:
space:
mode:
authorDave Robillard <dave@drobilla.net>2009-06-25 11:47:30 -0400
committerDave Robillard <dave@drobilla.net>2009-06-25 11:47:30 -0400
commit699e4f4d044d8111053b631baba4b324a60b1274 (patch)
tree2589ff173711852d2ca94feb6b481c948793d94f /gst/qtmux/atoms.c
parent218878de5ea48b5acdf36070a73a50fd71f41741 (diff)
parent1bb23517feced9fb3dddf702e93391c3a969fbf2 (diff)
downloadgst-plugins-bad-699e4f4d044d8111053b631baba4b324a60b1274.tar.gz
gst-plugins-bad-699e4f4d044d8111053b631baba4b324a60b1274.tar.bz2
gst-plugins-bad-699e4f4d044d8111053b631baba4b324a60b1274.zip
Merge branch 'master' of git://anongit.freedesktop.org/gstreamer/gst-plugins-bad into fdo
Diffstat (limited to 'gst/qtmux/atoms.c')
-rw-r--r--gst/qtmux/atoms.c3
1 files changed, 0 insertions, 3 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 ();