diff options
Diffstat (limited to 'tests/negotiation/capsnego1.c')
-rw-r--r-- | tests/negotiation/capsnego1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/negotiation/capsnego1.c b/tests/negotiation/capsnego1.c index 5f6dc6f81..1cf83ea72 100644 --- a/tests/negotiation/capsnego1.c +++ b/tests/negotiation/capsnego1.c @@ -51,7 +51,7 @@ caps_nego_failed (GstPad * pad, GstCaps * caps) else /* else we use our hardcoded caps as an exazmple */ toset = GST_CAPS_NEW ("testcaps", "test/test", "prop", GST_PROPS_INT (2) - ); + ); res = gst_pad_relink_filtered (pad, peer, toset); if (!res) { |