mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +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);
|
doc = xmlParseMemory(buf, ret);
|
||||||
caps = gst_caps_load_thyself(doc->xmlRootNode);
|
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
|
#endif
|
||||||
g_free (buf);
|
g_free (buf);
|
||||||
|
|
Loading…
Reference in a new issue