isomp4: remove dead assignment

This commit is contained in:
Vincent Penquerc'h 2012-01-05 19:08:03 +00:00
parent 12ff707854
commit 3489b691c5

View file

@ -1481,7 +1481,7 @@ gst_qt_mux_set_header_on_caps (GstQTMux * mux, GstBuffer * buf)
GstStructure *structure; GstStructure *structure;
GValue array = { 0 }; GValue array = { 0 };
GValue value = { 0 }; GValue value = { 0 };
GstCaps *caps = GST_PAD_CAPS (mux->srcpad); GstCaps *caps;
caps = gst_caps_copy (GST_PAD_CAPS (mux->srcpad)); caps = gst_caps_copy (GST_PAD_CAPS (mux->srcpad));
structure = gst_caps_get_structure (caps, 0); structure = gst_caps_get_structure (caps, 0);