mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
warning: initialization from incompatible pointer type
Original commit message from CVS: warning: initialization from incompatible pointer type
This commit is contained in:
parent
35aea80ded
commit
aa7fef46d4
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ gst_thread_change_state (GstElement * element)
|
|||
GList *pads = GST_ELEMENT_PADS (element);
|
||||
|
||||
while (pads) {
|
||||
GstRealPad *peer = GST_PAD_PEER (pads->data);
|
||||
GstRealPad *peer = GST_REAL_PAD (GST_PAD_PEER (pads->data));
|
||||
GstElement *peerelement;
|
||||
|
||||
pads = g_list_next (pads);
|
||||
|
|
Loading…
Reference in a new issue