mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Forgot to commit this
Original commit message from CVS: Forgot to commit this
This commit is contained in:
parent
2ff6fb874d
commit
52a8146f8f
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ gst_wavenc_chain (GstPad * pad, GstData * _data)
|
|||
gst_pad_event_default (wavenc->sinkpad, GST_EVENT (buf));
|
||||
}
|
||||
} else {
|
||||
gst_pad_event_default (wavenc->srcpad, GST_EVENT (buf));
|
||||
gst_pad_event_default (wavenc->sinkpad, GST_EVENT (buf));
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue