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
@ -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>
|
2007-06-12 Sebastien Moutte <sebastien@moutte.net>
|
||||||
|
|
||||||
* gst/dvdsub/gstdvdsubdec.c:(gst_dvd_sub_dec_parse_subpic):
|
* 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 {
|
} else {
|
||||||
g_warning ("dvdnavsrc: cannot change device while running");
|
g_warning ("dvdnavsrc: cannot change device while running");
|
||||||
}
|
}
|
||||||
|
GST_OBJECT_UNLOCK (src);
|
||||||
break;
|
break;
|
||||||
#if 0
|
#if 0
|
||||||
case ARG_TITLE:
|
case ARG_TITLE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user