mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
soundtouch: Add missing break in switch
Whoops, modifying the pitch when modifying the output rate ... CID #1139749
This commit is contained in:
parent
2e808ca1e9
commit
eb0a307e28
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ gst_pitch_set_property (GObject * object, guint prop_id,
|
|||
/* Has no effect until the next input segment */
|
||||
pitch->out_seg_rate = g_value_get_float (value);
|
||||
GST_OBJECT_UNLOCK (pitch);
|
||||
break;
|
||||
case ARG_PITCH:
|
||||
pitch->pitch = g_value_get_float (value);
|
||||
pitch->priv->st->setPitch (pitch->pitch);
|
||||
|
|
Loading…
Reference in a new issue