mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
ghostpad: skip type check in internal api
This commit is contained in:
parent
64a4037f63
commit
df2341684f
1 changed files with 1 additions and 1 deletions
|
@ -991,7 +991,7 @@ gst_ghost_pad_new_full (const gchar * name, GstPadDirection dir,
|
|||
if (!gst_ghost_pad_construct (ret))
|
||||
goto construct_failed;
|
||||
|
||||
return GST_PAD (ret);
|
||||
return GST_PAD_CAST (ret);
|
||||
|
||||
construct_failed:
|
||||
/* already logged */
|
||||
|
|
Loading…
Reference in a new issue