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:
Tim-Philipp Müller 2007-06-13 14:29:39 +00:00
parent 5f0d42cbb5
commit bd59af6fe6
2 changed files with 7 additions and 0 deletions

View file

@ -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):

View file

@ -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: