mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
Revert "audioresample: set pads as negotiable"
This reverts commit 5f74f3a82e
.
This commit is contained in:
parent
be72e1506f
commit
d17d8e5319
1 changed files with 0 additions and 3 deletions
|
@ -110,9 +110,6 @@ setup_audioresample (int channels, int inrate, int outrate, int width,
|
|||
gst_pad_set_caps (mysinkpad, caps);
|
||||
gst_pad_use_fixed_caps (mysinkpad);
|
||||
|
||||
gst_pad_set_negotiable (mysinkpad, TRUE);
|
||||
gst_pad_set_negotiable (mysrcpad, TRUE);
|
||||
|
||||
gst_pad_set_active (mysinkpad, TRUE);
|
||||
gst_pad_set_active (mysrcpad, TRUE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue