gstreamer/gst/inter
Sebastian Dröge 017a8c8369 interaudiosrc: Fix compiler warning about unused variables
gstinteraudiosrc.c: In function 'gst_inter_audio_src_create':
gstinteraudiosrc.c:339:27: error: variable 'buffer_samples' set but not used [-Werror=unused-but-set-variable]
   guint64 period_samples, buffer_samples;
                           ^
2014-11-04 15:16:33 +01:00
..
.gitignore inter: add ignore file for intermediate files 2011-07-08 00:11:37 -07:00
gstinter.c gst: Update for GST_PLUGIN_DEFINE() API changes 2012-04-05 18:02:56 +02:00
gstinteraudiosink.c interaudio: Make buffer size and latency handling more explicit and add properties for them 2014-11-04 14:56:55 +01:00
gstinteraudiosink.h interaudio: Properly pass through caps from the sink to the source 2014-10-22 19:09:15 +02:00
gstinteraudiosrc.c interaudiosrc: Fix compiler warning about unused variables 2014-11-04 15:16:33 +01:00
gstinteraudiosrc.h interaudio: Make buffer size and latency handling more explicit and add properties for them 2014-11-04 14:56:55 +01:00
gstintersubsink.c inter: Whitespace cleanup 2014-10-22 19:09:15 +02:00
gstintersubsink.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstintersubsrc.c inter: Whitespace cleanup 2014-10-22 19:09:15 +02:00
gstintersubsrc.h intersubsrc: basesrc is already creating a pad for us, no need to do it twice 2014-06-29 22:20:51 +02:00
gstintersurface.c interaudio: Make buffer size and latency handling more explicit and add properties for them 2014-11-04 14:56:55 +01:00
gstintersurface.h interaudio: Make buffer size and latency handling more explicit and add properties for them 2014-11-04 14:56:55 +01:00
gstintertest.c inter: Unref bus after usage 2014-08-11 10:02:44 +02:00
gstintervideosink.c intervideo: Add support for arbitrary video formats 2014-10-22 19:31:31 +02:00
gstintervideosink.h intervideo: Properly pass through caps from the sink to the source 2014-10-22 19:09:01 +02:00
gstintervideosrc.c intervideosrc: Negotiate framerate with downstream 2014-11-03 16:54:58 +01:00
gstintervideosrc.h intervideo: Add support for arbitrary video formats 2014-10-22 19:31:31 +02:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:59:22 +02:00