mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
no reason to lock
Original commit message from CVS: no reason to lock
This commit is contained in:
parent
6f4cf66e19
commit
12ead469ca
1 changed files with 0 additions and 2 deletions
|
@ -250,10 +250,8 @@ gst_parse_launch_cmdline(int argc,char *argv[],GstBin *parent,gst_parse_priv *pr
|
||||||
gst_dpman_set_mode(dpman, "synchronous");
|
gst_dpman_set_mode(dpman, "synchronous");
|
||||||
dparam = gst_dparam_new(dparam_type);
|
dparam = gst_dparam_new(dparam_type);
|
||||||
gst_dpman_attach_dparam (dpman, argname, dparam);
|
gst_dpman_attach_dparam (dpman, argname, dparam);
|
||||||
GST_DPARAM_LOCK(dparam);
|
|
||||||
gst_dparam_set_value_from_string(GST_DPARAM_GET_POINT(dparam, 0LL)[0], argval);
|
gst_dparam_set_value_from_string(GST_DPARAM_GET_POINT(dparam, 0LL)[0], argval);
|
||||||
GST_DPARAM_READY_FOR_UPDATE(dparam) = TRUE;
|
GST_DPARAM_READY_FOR_UPDATE(dparam) = TRUE;
|
||||||
GST_DPARAM_UNLOCK(dparam);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue