[Bug 702215] pbutils: descriptions: Allow smart codec tag handling

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jun 14 07:16:38 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=702215
  GStreamer | gst-plugins-base | unspecified

--- Comment #8 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-06-14 14:16:34 UTC ---
I think it should be:

  if (flag & (FLAG_CONTAINER | FLAG_AUDIO) == FLAG_AUDIO)

or

  if (((flag & FLAG_AUDIO)) && !((flag & FLAG_CONTAINER)))

no?

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