mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
udp: port to 0.11
This commit is contained in:
parent
3446ca801e
commit
7416c0e13e
1 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ G_STMT_START { \
|
||||||
|
|
||||||
static void gst_udpsrc_uri_handler_init (gpointer g_iface, gpointer iface_data);
|
static void gst_udpsrc_uri_handler_init (gpointer g_iface, gpointer iface_data);
|
||||||
|
|
||||||
static GstCaps *gst_udpsrc_getcaps (GstBaseSrc * src);
|
static GstCaps *gst_udpsrc_getcaps (GstBaseSrc * src, GstCaps * filter);
|
||||||
|
|
||||||
static GstFlowReturn gst_udpsrc_create (GstPushSrc * psrc, GstBuffer ** buf);
|
static GstFlowReturn gst_udpsrc_create (GstPushSrc * psrc, GstBuffer ** buf);
|
||||||
|
|
||||||
|
@ -347,7 +347,7 @@ gst_udpsrc_finalize (GObject * object)
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstCaps *
|
static GstCaps *
|
||||||
gst_udpsrc_getcaps (GstBaseSrc * src)
|
gst_udpsrc_getcaps (GstBaseSrc * src, GstCaps * filter)
|
||||||
{
|
{
|
||||||
GstUDPSrc *udpsrc;
|
GstUDPSrc *udpsrc;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue