mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
Fix caps nego
Original commit message from CVS: Fix caps nego
This commit is contained in:
parent
eb84f3b7ad
commit
bb9513547c
1 changed files with 2 additions and 1 deletions
|
@ -219,7 +219,8 @@ gst_udpsrc_get (GstPad *pad)
|
|||
doc = xmlParseMemory(buf, ret);
|
||||
caps = gst_caps_load_thyself(doc->xmlRootNode);
|
||||
|
||||
gst_pad_try_set_caps (udpsrc->srcpad, caps);
|
||||
/* foward the connect, we don't signal back the result here... */
|
||||
gst_pad_proxy_connect (udpsrc->srcpad, caps);
|
||||
|
||||
#endif
|
||||
g_free (buf);
|
||||
|
|
Loading…
Reference in a new issue