removed obsolete patch
This commit is contained in:
parent
49bc9ee78d
commit
514ad3c7ae
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
--- gst-plugins-0.8.9/gst/adder/gstadder.c 2005-05-25 13:30:00.000000000 +0200
|
||||
+++ gst-plugins-0.8.9-livesupport/gst/adder/gstadder.c 2005-05-27 15:12:38.000000000 +0200
|
||||
@@ -151,21 +151,7 @@
|
||||
|
||||
if (otherpad != pad) {
|
||||
ret = gst_pad_try_set_caps (otherpad, caps);
|
||||
- if (GST_PAD_LINK_FAILED (ret)) {
|
||||
- return ret;
|
||||
- }
|
||||
- }
|
||||
- pads = g_list_next (pads);
|
||||
- }
|
||||
-
|
||||
-
|
||||
- pads = gst_element_get_pad_list (GST_ELEMENT (adder));
|
||||
- while (pads) {
|
||||
- GstPad *otherpad = GST_PAD (pads->data);
|
||||
-
|
||||
- if (otherpad != pad) {
|
||||
- ret = gst_pad_try_set_caps (otherpad, caps);
|
||||
- if (GST_PAD_LINK_FAILED (ret)) {
|
||||
+ if (ret == GST_PAD_LINK_REFUSED) {
|
||||
return ret;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue