mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Change gst_pad_proxy_link() to gst_pad_try_set_caps()
Original commit message from CVS: Change gst_pad_proxy_link() to gst_pad_try_set_caps()
This commit is contained in:
parent
7bbd7da502
commit
079a91cc80
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-12-31 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
|
||||
* gst/udp/gstudpsrc.c: (gst_udpsrc_get):
|
||||
Change gst_pad_proxy_link() to gst_pad_try_set_caps()
|
||||
|
||||
2003-12-30 David Schleef <ds@schleef.org>
|
||||
|
||||
* ext/ffmpeg/gstffmpegcolorspace.c:
|
||||
|
|
|
@ -236,7 +236,7 @@ gst_udpsrc_get (GstPad *pad)
|
|||
caps = gst_caps_load_thyself(doc->xmlRootNode);
|
||||
|
||||
/* foward the connect, we don't signal back the result here... */
|
||||
gst_pad_proxy_link (udpsrc->srcpad, caps);
|
||||
gst_pad_try_set_caps (udpsrc->srcpad, caps);
|
||||
|
||||
#endif
|
||||
g_free (buf);
|
||||
|
|
Loading…
Reference in a new issue