mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
cogmse: fix typo using the wrong pad
This commit is contained in:
parent
2f78acb42a
commit
23388f2e64
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue