From 1e1dc0992211cfccfa3a2214afb1a500589bcc07 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Wed, 3 Jun 2015 20:20:15 +0200 Subject: media-export: Extract meta-data in external process Move GStreamer calls to extract meta-data into own process. This enables us to recover from crashes due to bugs with broken media files, knowing exactly which URI caused the crash and (later) blacklist the broken files. https://bugzilla.gnome.org/show_bug.cgi?id=749790 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a7955aa6..b7815022 100644 --- a/configure.ac +++ b/configure.ac @@ -182,6 +182,7 @@ AS_IF([test "x$with_media_engine" = "xgstreamer"], [ PKG_CHECK_MODULES([RYGEL_PLUGIN_MEDIA_EXPORT_DEPS], [$RYGEL_COMMON_MODULES gio-2.0 >= $GIO_REQUIRED + gio-unix-2.0 >= $GIO_REQUIRED gupnp-dlna-2.0 >= $GUPNP_DLNA_REQUIRED gupnp-dlna-gst-2.0 >= $GUPNP_DLNA_REQUIRED gstreamer-app-1.0 >= $GSTREAMER_APP_REQUIRED -- cgit v1.2.1