mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
ext/dvdnav/dvdnavsrc.c: Don't forget to unlock when setting the device property, or we'll sooner or later deadlock.
Original commit message from CVS: * ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_set_property): Don't forget to unlock when setting the device property, or we'll sooner or later deadlock.
This commit is contained in:
parent
5f0d42cbb5
commit
bd59af6fe6
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-06-13 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_set_property):
|
||||
Don't forget to unlock when setting the device property, or
|
||||
we'll sooner or later deadlock.
|
||||
|
||||
2007-06-12 Sebastien Moutte <sebastien@moutte.net>
|
||||
|
||||
* gst/dvdsub/gstdvdsubdec.c:(gst_dvd_sub_dec_parse_subpic):
|
||||
|
|
|
@ -330,6 +330,7 @@ gst_dvd_nav_src_set_property (GObject * object, guint prop_id,
|
|||
} else {
|
||||
g_warning ("dvdnavsrc: cannot change device while running");
|
||||
}
|
||||
GST_OBJECT_UNLOCK (src);
|
||||
break;
|
||||
#if 0
|
||||
case ARG_TITLE:
|
||||
|
|
Loading…
Reference in a new issue