isomp4: remove dead assignment
This commit is contained in:
parent
12ff707854
commit
3489b691c5
@ -1481,7 +1481,7 @@ gst_qt_mux_set_header_on_caps (GstQTMux * mux, GstBuffer * buf)
|
||||
GstStructure *structure;
|
||||
GValue array = { 0 };
|
||||
GValue value = { 0 };
|
||||
GstCaps *caps = GST_PAD_CAPS (mux->srcpad);
|
||||
GstCaps *caps;
|
||||
|
||||
caps = gst_caps_copy (GST_PAD_CAPS (mux->srcpad));
|
||||
structure = gst_caps_get_structure (caps, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user