Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: None  |  size: 0.95 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. diff --git a/contrib/gstreamer-plugin/pk-gstreamer-install.c b/contrib/gstreamer
  2. index 5f8bbf5..76667c2 100644
  3. --- a/contrib/gstreamer-plugin/pk-gstreamer-install.c
  4. +++ b/contrib/gstreamer-plugin/pk-gstreamer-install.c
  5. @@ -58,12 +58,12 @@ pk_gst_parse_codec (const gchar *codec)
  6.                 g_message ("PackageKit: not a GStreamer codec line");
  7.                 goto out;
  8.         }
  9. -       if (g_strcmp0 (split[0], "gstreamer") != 0 ||
  10. -           g_strcmp0 (split[1], "0.10") != 0) {
  11. -               g_message ("PackageKit: not for GStreamer 0.10");
  12. -               goto out;
  13. -       }
  14. -
  15. +/*     if (g_strcmp0 (split[0], "gstreamer") != 0 ||
  16. + *         g_strcmp0 (split[1], "0.10") != 0) {
  17. + *             g_message ("PackageKit: not for GStreamer 0.10");
  18. + *             goto out;
  19. + *     }
  20. + */
  21.         if (g_str_has_prefix (split[4], "uri") != FALSE) {
  22.                 /* split uri */
  23.                 ss = g_strsplit (split[4], " ", 2);