mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
gst/gstpipeline.c: Lock/unlock mismatch.
Original commit message from CVS: * gst/gstpipeline.c: (gst_pipeline_use_clock): Lock/unlock mismatch.
This commit is contained in:
parent
1d788a4f5a
commit
f96e2fabad
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-03-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/gstpipeline.c: (gst_pipeline_use_clock):
|
||||
Lock/unlock mismatch.
|
||||
|
||||
2005-03-25 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/faq/gst-uninstalled:
|
||||
|
|
|
@ -443,7 +443,7 @@ gst_pipeline_use_clock (GstPipeline * pipeline, GstClock * clock)
|
|||
|
||||
gst_object_replace ((GstObject **) & pipeline->fixed_clock,
|
||||
(GstObject *) clock);
|
||||
GST_LOCK (pipeline);
|
||||
GST_UNLOCK (pipeline);
|
||||
|
||||
GST_CAT_DEBUG (GST_CAT_CLOCK, "pipeline using fixed clock %p (%s)", clock,
|
||||
(clock ? GST_OBJECT_NAME (clock) : "nil"));
|
||||
|
|
Loading…
Reference in a new issue