[Gstreamer-bugs] [Bug 104345] Changed - no metadata from flac element

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri May 9 03:23:22 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=104345

Changed by rbultje at ronald.bitfreak.net.

--- shadow/104345	Thu May  8 09:50:02 2003
+++ shadow/104345.tmp.3164	Fri May  9 06:23:22 2003
@@ -75,6 +75,17 @@
 
   FLAC__file_encoder_set_metadata(encoder, &meta, 1);
 }
 
 After initting the encoder, we should free the struct somewhere.
 Besides, it's untested. However, it's a start. :).
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2003-05-09 06:23 -------
+From what I understand, flacdec would have to use
+FLAC__stream_decoder_set_metadata_callback() to get a metadata
+callback when the file in question contains metadata.
+
+The callback would then have to check whether the metadata block is a
+VorbisComment metadata block and - if yes - read the metadata and
+signal that it has metadata using the proper GStreamer callbacks
+(g_object_notify(object, "metadata") or so)... The way in which we
+interpret is is the same as above.





More information about the Gstreamer-bugs mailing list