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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jun 14 07:11:43 PDT 2013


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

--- Comment #7 from Edward Hervey <bilboed at gmail.com> 2013-06-14 14:11:37 UTC ---
so just to take the audio codec example, that will require us to check that
it's FLAG_AUDIO but not (any of the others).

I could have done if (flag & FLAG_AUDIO == FLAG_AUDIO) if that's what you want,
but I just took the shortcut.

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