After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 674294 - Hardcoded 0.10 in git master/0.11 core pluginscanner
Hardcoded 0.10 in git master/0.11 core pluginscanner
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.11.x
Other Windows
: Normal major
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-18 01:52 UTC by LRN
Modified: 2012-04-18 07:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix hardcoded 0.10 version in W32 pluginscanner (1014 bytes, patch)
2012-04-18 01:52 UTC, LRN
committed Details | Review

Description LRN 2012-04-18 01:52:00 UTC
gst/gstregistry.c has this line:
dir = g_build_filename (base_dir, "lib", "gstreamer-0.10", NULL);
Thus plugin scanner never picks up plugins from the default plugindir.
Comment 1 LRN 2012-04-18 01:52:42 UTC
Created attachment 212246 [details] [review]
Fix hardcoded 0.10 version in W32 pluginscanner
Comment 2 Tim-Philipp Müller 2012-04-18 07:19:28 UTC
commit 0f64d406e9d6668c8b9b38d1bfb137f1727f13de
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Wed Apr 18 05:12:55 2012 +0400

    registry: fix hardcoded 0.10 version in win32 pluginscanner
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674294