mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
element: remove unused variable
This commit is contained in:
parent
9ccd6b1134
commit
d939bea074
1 changed files with 0 additions and 1 deletions
|
@ -2848,7 +2848,6 @@ gst_element_change_state_func (GstElement * element, GstStateChange transition)
|
|||
{
|
||||
GstState state, next;
|
||||
GstStateChangeReturn result = GST_STATE_CHANGE_SUCCESS;
|
||||
GstClock **clock_p;
|
||||
|
||||
g_return_val_if_fail (GST_IS_ELEMENT (element), GST_STATE_CHANGE_FAILURE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue