[gstreamer-bugs] [Bug 545197] jackaudiosrc

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Aug 6 10:27:56 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=545197

  GStreamer | gst-plugins-bad | Ver: HEAD CVS




------- Comment #12 from tmatth  2008-08-06 17:27 UTC -------
Moving the contents of gstjackringbuffer.h to gstjack.h has the consequence
that all .c files that include gstjack.h have to implement the static functions
it declares, or the compiler warns against declared but undefined functions.
gstjack.c depends on gstjackaudiosrc.h and gstjackaudiosink.h, which both
include gstjack.h for certain declarations. Therefore, if gstjack.h and
gstjackringbuffer.h were merged int gstjack.h, gstjack.c won't compile (if
-Werror) due to warnings about unimplemented jackringbuffer static functions.
the simplest solution IMHO is to just keep the gstjackringbuffer api out of
gstjack.h.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=545197.




More information about the Gstreamer-bugs mailing list