mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
parent
c1983b9939
commit
73983b3ec1
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ gst_tee_src_activate_pull (GstPad * pad, gboolean active)
|
|||
if (pad == tee->pull_pad)
|
||||
tee->pull_pad = NULL;
|
||||
}
|
||||
tee->sink_mode = active && GST_ACTIVATE_PULL;
|
||||
tee->sink_mode = active & GST_ACTIVATE_PULL;
|
||||
GST_OBJECT_UNLOCK (tee);
|
||||
|
||||
gst_object_unref (tee);
|
||||
|
|
Loading…
Reference in a new issue