[gstreamer-bugs] [Bug 304361] Python plugin loader

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jan 20 03:06:35 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=304361

  GStreamer | gst-python | Ver: HEAD CVS




------- Comment #13 from Tim-Philipp Müller  2009-01-20 11:06 UTC -------
(From update of attachment 126740)
>+  gst_plugin_add_dependency_simple (plugin, 
>+      "HOME/.gstreamer-0.10/plugins:GST_PYTHON_PLUGIN_PATH",
>+	NULL, "py", GST_PLUGIN_DEPENDENCY_FLAG_NONE);

The filename argument will by default not be interpreted as suffix, you'll have
to pass the right flag to get it interpreted as suffix (fwiw, it's best/most
efficient to just specify directories and provide no filename/suffix at all
here, otherwise the directory has to be opened and all the filenames have to be
parsed and stat'ed one-by-one).

Btw, maybe I'm missing something, but it looks like at least comment #1 in
gst_python_plugin_load() doesn't match the behaviour of the code: is it
$FOO/python or $FOO?


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=304361.




More information about the Gstreamer-bugs mailing list