projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3446ca8
)
udp: port to 0.11
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 9 Jun 2011 15:50:08 +0000
(17:50 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 9 Jun 2011 15:50:08 +0000
(17:50 +0200)
gst/udp/gstudpsrc.c
patch
|
blob
|
history
diff --git
a/gst/udp/gstudpsrc.c
b/gst/udp/gstudpsrc.c
index
21490d5
..
bddf4d7
100644
(file)
--- a/
gst/udp/gstudpsrc.c
+++ b/
gst/udp/gstudpsrc.c
@@
-177,7
+177,7
@@
G_STMT_START { \
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);
@@
-347,7
+347,7
@@
gst_udpsrc_finalize (GObject * object)
}
static GstCaps *
-gst_udpsrc_getcaps (GstBaseSrc * src)
+gst_udpsrc_getcaps (GstBaseSrc * src
, GstCaps * filter
)
{
GstUDPSrc *udpsrc;