[Bug 669590] [shout2send] support webm streaming

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 7 15:58:50 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=669590
  GStreamer | gst-plugins-good | git

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-02-07 23:58:49 UTC ---
I like Vincent's idea of just doing #ifdef SHOUT_FORMAT_WEBM directly, don't
see the point of doing this in configure just to set another define to check
for. KISS.

It would also be good to avoid #ifdef #else within macros (like
GST_STATIC_CAPS), that makes some compilers error out. I would suggest to do
#ifdef FOO #define WEBM_CAPS "blah" #else #define WEBM_CAPS "" #endif and then
just adding WEBM_CAPS within the GST_STATIC_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