[Bug 697990] New: gstpluginfeature: Fix the GstPluginFeature name comparison.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Apr 14 04:53:20 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=697990
GStreamer | gstreamer (core) | git
Summary: gstpluginfeature: Fix the GstPluginFeature name
comparison.
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: bsreerenj at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=241491)
View: https://bugzilla.gnome.org/attachment.cgi?id=241491
Review: https://bugzilla.gnome.org/review?bug=697990&attachment=241491
gstpluginfeature: Fix the GstPluginFeature name comparison.
The comment description of gst_plugin_feature_rank_compare_func() says that it
should return negative value if "the ranks are equal but the name of p1 comes
before the name of p2". So the strcmp() arguments should be in the order
(p1,p2) instead of (p2,p1).
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list