mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
isomp4: remove dead assignment
This commit is contained in:
parent
12ff707854
commit
3489b691c5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue