[pitivi] check: Search for libav instead of ffmpeg for GStreamer 1.0



commit 4dad332bb49143ec21eee43b7ceed591a7a18be1
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Wed Aug 8 23:03:35 2012 -0400

    check: Search for libav instead of ffmpeg for GStreamer 1.0

 pitivi/check.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/check.py b/pitivi/check.py
index cb9d43b..305d336 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -180,8 +180,8 @@ def initial_checks():
         gst.element_factory_make("frei0r-filter-scale0tilt")
     except gst.ElementNotFoundError:
         soft_deps["Frei0r"] = _("Additional video effects")
-    if not gst.registry_get_default().find_plugin("ffmpeg"):
-        soft_deps["GStreamer FFmpeg plugin"] = _('Additional multimedia codecs through the FFmpeg library')
+    if not gst.registry_get_default().find_plugin("libav"):
+        soft_deps["GStreamer Libav plugin"] = _('Additional multimedia codecs through the Libav library')
     # Test for gst bad
     # This is disabled because, by definition, gst bad is a set of plugins that can
     # move to gst good or ugly, and we don't really have something to rely upon.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]