
Untitled
By: a guest on
Aug 3rd, 2012 | syntax:
None | size: 0.95 KB | hits: 13 | expires: Never
diff --git a/contrib/gstreamer-plugin/pk-gstreamer-install.c b/contrib/gstreamer
index 5f8bbf5..76667c2 100644
--- a/contrib/gstreamer-plugin/pk-gstreamer-install.c
+++ b/contrib/gstreamer-plugin/pk-gstreamer-install.c
@@ -58,12 +58,12 @@ pk_gst_parse_codec (const gchar *codec)
g_message ("PackageKit: not a GStreamer codec line");
goto out;
}
- if (g_strcmp0 (split[0], "gstreamer") != 0 ||
- g_strcmp0 (split[1], "0.10") != 0) {
- g_message ("PackageKit: not for GStreamer 0.10");
- goto out;
- }
-
+/* if (g_strcmp0 (split[0], "gstreamer") != 0 ||
+ * g_strcmp0 (split[1], "0.10") != 0) {
+ * g_message ("PackageKit: not for GStreamer 0.10");
+ * goto out;
+ * }
+ */
if (g_str_has_prefix (split[4], "uri") != FALSE) {
/* split uri */
ss = g_strsplit (split[4], " ", 2);