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 513182 - [PLUGIN-MOVE] move metadata plugin to -good
[PLUGIN-MOVE] move metadata plugin to -good
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 486659
Blocks:
 
 
Reported: 2008-01-30 16:45 UTC by Edgard Lima
Modified: 2009-08-10 16:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edgard Lima 2008-01-30 16:45:24 UTC
All files into

http://webcvs.freedesktop.org/gstreamer/gst-plugins-bad/ext/metadata/

obs: please remove the empty folder gst-plugins-bad/ext/metadata/test, it has been moved to

http://webcvs.freedesktop.org/gstreamer/gst-plugins-bad/tests/icles/

which contains metadata_editor.c and metadata_editor.glade
Comment 1 Tim-Philipp Müller 2008-01-30 16:53:40 UTC
I think it's a bit too early to consider moving this to -good given how new and complex the code base is and that it's only a few days until the plugin-move window for the upcoming -good/-bad release opens.

I'd even suggest making these elements all have a rank of RANK_NONE until after the upcoming release.
Comment 2 Tim-Philipp Müller 2008-02-28 12:14:41 UTC
About the tags:

 - the enumerations should be changed to a registered enum GType

 - the GPS longitude/latitude tags should be changed to floats, which
   is much easier and common, and less error prone than the DMS format
Comment 3 Jan Schmidt 2008-03-02 22:53:53 UTC
... the whole interface should still be renamed
Comment 4 Edgard Lima 2008-04-21 12:42:28 UTC
Regarding the name of the element, one thing that could easily (really easy) be done is to create separate elements for each type of metadata/file we want to handle.

So, separate Elements quite similar to gstmetadatademux.c and to gstmetadatamux.c could be create with proper name. (That's why most of the smartness in in gstbasemetadata.c and metadata/file specific elements)
Comment 5 Edward Hervey 2009-03-04 10:34:11 UTC
This will definitely not move until all unit tests pass.

Having more debugging statements would help also.
Comment 6 Tim-Philipp Müller 2009-08-10 16:48:08 UTC
I believe the consensus was that this all should really work differently, so WONTFIXing this plugin-move bug for time being, since it's not going to happen any time soon.