cogmse: fix typo using the wrong pad
This commit is contained in:
parent
2f78acb42a
commit
23388f2e64
@ -244,7 +244,7 @@ gst_mse_getcaps (GstPad * pad)
|
||||
}
|
||||
|
||||
if (pad != fs->sinkpad_test) {
|
||||
peercaps = gst_pad_peer_get_caps (fs->sinkpad_ref);
|
||||
peercaps = gst_pad_peer_get_caps (fs->sinkpad_test);
|
||||
if (peercaps) {
|
||||
icaps = gst_caps_intersect (caps, peercaps);
|
||||
gst_caps_unref (caps);
|
||||
|
Loading…
x
Reference in New Issue
Block a user