[Bug 659692] [0.11] circular dependency between libgstpbutils and libgstaudio

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 21 04:05:56 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=659692
  GStreamer | gst-plugins-base | 0.11.x

--- Comment #1 from Edward Hervey <bilboed at gmail.com> 2011-09-21 11:05:53 UTC ---
gstaudiodecoder.c:

  /* NOTE pbutils only needed here */
  /* TODO maybe (only) upstream demuxer/parser etc should handle this ? */
  if (dec->priv->taglist)
    gst_tag_list_free (dec->priv->taglist);
  dec->priv->taglist = gst_tag_list_new ();
  gst_pb_utils_add_codec_description_to_tag_list (dec->priv->taglist,
      GST_TAG_AUDIO_CODEC, caps);

-- 
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