After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 710443 - If playbin is not available, don't abort, just disable plugin
If playbin is not available, don't abort, just disable plugin
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: GstPlaybin plugin
git master
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2013-10-18 08:39 UTC by Jens Georg
Modified: 2014-05-01 13:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
renderer-gst,playbin: Don't exit when playbin is missing (5.01 KB, patch)
2014-05-01 12:30 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2013-10-18 08:39:41 UTC
Currently we abort all of rygel which is a bit annoying if you've other plugins running. If we disable the plug-in and it's the only plugin, rygel will stop itself anyway.
Comment 1 Jens Georg 2014-05-01 12:30:10 UTC
Created attachment 275536 [details] [review]
renderer-gst,playbin: Don't exit when playbin is missing

Signed-off-by: Jens Georg <mail@jensge.org>
Comment 2 Jens Georg 2014-05-01 13:08:07 UTC
Attachment 275536 [details] pushed as 33caa39 - renderer-gst,playbin: Don't exit when playbin is missing