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 736060 - asfdemux: add GUID for ASF_Metadata_Library_Object
asfdemux: add GUID for ASF_Metadata_Library_Object
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
unspecified
Other Linux
: Normal normal
: 1.4.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-04 14:56 UTC by Guillaume Desmottes
Modified: 2014-09-11 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
asfdemux: add ASF_OBJ_METADATA_LIBRARY_OBJECT (2.06 KB, patch)
2014-09-04 14:58 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2014-09-04 14:56:27 UTC
I was tracking an unrelated bug and noticed this warning:
  gstasfdemux.c:881:asf_demux_peek_object:<asfdemux0> Unknown object 44231c94-49d19498-131d41a1-5470454e

I had no clue if this was related to my issue or not so I tracked it down. Turned out it was just asfdemux not knowing about the ASF_Metadata_Library_Object GUID. We can safely ignore those objects but it would be good to do it silently as we already do with loads of other object types.
Comment 1 Guillaume Desmottes 2014-09-04 14:58:02 UTC
Created attachment 285388 [details] [review]
asfdemux: add ASF_OBJ_METADATA_LIBRARY_OBJECT

We can safely ignore those but best to claim to understand this object type so
we don't raise a warning.
Comment 2 Sebastian Dröge (slomo) 2014-09-05 07:49:36 UTC
commit 8dff7bb38db2932605df604dc08f55a8de290b61
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Sep 4 16:57:02 2014 +0200

    asfdemux: add ASF_OBJ_METADATA_LIBRARY_OBJECT
    
    We can safely ignore those but best to claim to understand this object type so
    we don't raise a warning.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736060