mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
rtspclientsink: add missing get_type prototype
This commit is contained in:
parent
731c464007
commit
a41d0fb5c2
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ enum
|
|||
PROP_PAD_PAYLOADER
|
||||
};
|
||||
|
||||
static GType gst_rtsp_client_sink_pad_get_type (void);
|
||||
G_DEFINE_TYPE (GstRtspClientSinkPad, gst_rtsp_client_sink_pad,
|
||||
GST_TYPE_GHOST_PAD);
|
||||
#define GST_TYPE_RTSP_CLIENT_SINK_PAD (gst_rtsp_client_sink_pad_get_type ())
|
||||
|
|
Loading…
Reference in a new issue