--- a/tests/check/elements/udpsink.c 2011-06-13 19:24:13.000000000 -0400 +++ a/tests/check/elements/udpsink.c 2013-02-15 09:09:26.000000000 -0500 @@ -22,6 +22,7 @@ #include #include +#if 0 static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC, GST_PAD_ALWAYS, @@ -182,6 +183,7 @@ } GST_END_TEST; +#endif /* * Creates the test suite. @@ -199,8 +201,10 @@ tcase_set_timeout (tc_chain, 60); suite_add_tcase (s, tc_chain); +#if 0 tcase_add_test (tc_chain, test_udpsink); tcase_add_test (tc_chain, test_udpsink_bufferlist); +#endif return s; } diff --git a/gst/audiofx/audiocheblimit.c b/gst/audiofx/audiocheblimit.c index 549a9d2..7568d6a 100644 --- a/gst/audiofx/audiocheblimit.c +++ b/gst/audiofx/audiocheblimit.c @@ -46,12 +46,12 @@ * be at most this value. A lower ripple value will allow a faster rolloff. * * As a special case, a Chebyshev type 1 filter with no ripple is a Butterworth filter. - * + * * * Be warned that a too large number of poles can produce noise. The most poles are possible with * a cutoff frequency at a quarter of the sampling rate. * - * + * * * Example launch line * |[ diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index c2cbd92..7dffef8 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -78,14 +78,14 @@ * * The message is typically used to detect that no UDP arrives in the receiver * because it is blocked by a firewall. - * + * * * A custom file descriptor can be configured with the * #GstUDPSrc:sockfd property. The socket will be closed when setting the * element to READY by default. This behaviour can be * overriden with the #GstUDPSrc:closefd property, in which case the application * is responsible for closing the file descriptor. - * + * * * Examples * |[ From 9cc497e5c329f89f2327d976b2b1507274101347 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 31 Aug 2016 05:50:44 +1000 Subject: osxvideo: Remove QuickTime references. QuickTime.h is no longer available on OS X 10.12 (Sierra), and both the header and the framework seem unnecessary for compilation - at least as of 10.11 (El Capitan). https://bugzilla.gnome.org/show_bug.cgi?id=770526 diff --git a/sys/osxvideo/Makefile.in b/sys/osxvideo/Makefile.in --- a/sys/osxvideo/Makefile.in +++ b/sys/osxvideo/Makefile.in @@ -491,7 +491,7 @@ -lgstvideo-$(GST_MAJORMINOR) \ -lgstinterfaces-$(GST_MAJORMINOR) -libgstosxvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,QuickTime -Wl,-framework -Wl,OpenGL +libgstosxvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,OpenGL libgstosxvideosink_la_LIBTOOLFLAGS = --tag=disable-static AM_OBJCFLAGS = $(CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) -Wno-aggregate-return noinst_HEADERS = osxvideosink.h cocoawindow.h diff --git a/sys/osxvideo/cocoawindow.h b/sys/osxvideo/cocoawindow.h --- a/sys/osxvideo/cocoawindow.h +++ b/sys/osxvideo/cocoawindow.h @@ -27,7 +27,6 @@ */ #import -#import #import #import diff --git a/sys/osxvideo/osxvideosink.h b/sys/osxvideo/osxvideosink.h --- a/sys/osxvideo/osxvideosink.h +++ b/sys/osxvideo/osxvideosink.h @@ -35,7 +35,6 @@ #include #include -#include #import "cocoawindow.h" GST_DEBUG_CATEGORY_EXTERN (gst_debug_osx_video_sink); -- cgit v0.10.2