gstreamer/gst
Sebastian Dröge 1c8276c9de gst/interleave/deinterleave.c: Add another example launch line.
Original commit message from CVS:
* gst/interleave/deinterleave.c:
Add another example launch line.
* gst/interleave/interleave.c: (interleave_24),
(gst_interleave_finalize), (gst_interleave_base_init),
(gst_interleave_class_init), (gst_interleave_init),
(gst_interleave_request_new_pad), (gst_interleave_release_pad),
(gst_interleave_change_state), (__remove_channels),
(__set_channels), (gst_interleave_sink_getcaps),
(gst_interleave_set_process_function),
(gst_interleave_sink_setcaps), (gst_interleave_sink_event),
(gst_interleave_src_query_duration), (gst_interleave_src_query),
(forward_event_func), (forward_event), (gst_interleave_src_event),
(gst_interleave_collected):
* gst/interleave/interleave.h:
Major rewrite of interleave using GstCollectpads. This new version
also supports almost all raw audio formats and has better caps
negotiation. Fixes bug #506594.
Also update docs and add some more examples.
* tests/check/elements/interleave.c: (interleave_chain_func),
(GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
(interleave_suite):
Add some more extensive unit tests for interleave.
2008-05-26 10:28:47 +00:00
..
app gst/app/Makefile.am: Fix CFLAGS and hopefully #430594. 2007-04-17 10:56:37 +00:00
audioresample gst/audioresample/gstaudioresample.c: Revert previous change which made basetransform handle buffer_alloc and which b... 2008-05-14 13:57:41 +00:00
bayer docs/Makefile.am: Don't attempt to build plugin docs when they're disabled. 2008-05-16 19:56:30 +00:00
cdxaparse gst/cdxaparse/: Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do anything the 0.8 version didn't do ... 2008-04-11 13:08:24 +00:00
chart Fix leaks. 2007-06-22 10:46:33 +00:00
colorspace Fix leaks. 2007-06-22 10:46:33 +00:00
deinterlace Random doc of the day: the deinterlace element. 2008-05-11 17:23:20 +00:00
dvdspu gst/dvdspu/gstdvdspu.c: Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based on an idea by Jan Schmidt, f... 2008-02-14 14:33:27 +00:00
festival Massive leak fixing, plus code cleanups. 2007-09-24 10:53:37 +00:00
filter Remove lpwsinc and bpwsinc elements - they've become audiowsinclimit and audiowsincband respectively, in the gst-plug... 2008-02-07 21:53:39 +00:00
flv gst/flv/gstflvdemux.c: Forward unknown queries upstream instead of returning FALSE on them. 2008-04-25 08:07:36 +00:00
freeze gst/freeze/: Add example to source code documentation blob and remove the 3 line 2008-03-19 19:56:59 +00:00
games More G_OBJECT macro fixing. 2006-09-16 22:14:36 +00:00
h264parse gst/h264parse/gsth264parse.c: Fix potential buffer leak in reverse mode. Re-Fixes #516061. 2008-02-13 14:40:33 +00:00
interleave gst/interleave/deinterleave.c: Add another example launch line. 2008-05-26 10:28:47 +00:00
librfb Some C89 fixes, moving variable declarations to the beginning of a block. Fixes bug #517937. 2008-02-22 05:33:59 +00:00
mixmatrix Fix leaks. 2007-06-22 10:46:33 +00:00
modplug Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when building C++ code. 2008-02-23 15:01:32 +00:00
mpeg1sys Fix leaks. 2007-06-22 10:46:33 +00:00
mpeg4videoparse gst/mpeg4videoparse/mpeg4videoparse.c: Move some code around to integrate the startcode searching with the other bits... 2008-05-22 14:03:05 +00:00
mpegtsparse gst/mpegtsparse/: Make sure all schedule EIT and non-actual transport stream 2008-05-09 10:21:07 +00:00
mpegvideoparse gst/mpegvideoparse/mpegvideoparse.c: Fix leaking caps. 2008-02-12 10:57:27 +00:00
mve gst/mve/gstmvedemux.c: Fix audio discontinuity that happens when silent chunks are followed by real data again. Fixes... 2008-03-03 04:39:48 +00:00
nsf gst/nsf/nsf.h: Change prototype of process function here too to avoid 'incompatible assignment' warnings. 2008-04-10 10:01:48 +00:00
nuvdemux Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcoding values where possible. Fixes bug #522212. 2008-03-13 14:25:20 +00:00
overlay Fix leaks. 2007-06-22 10:46:33 +00:00
passthrough Fix leaks. 2007-06-22 10:46:33 +00:00
playondemand Fix leaks. 2007-06-22 10:46:33 +00:00
rawparse Add missing no_inst header files to Makefile.am so disting still works 2008-01-23 13:18:24 +00:00
real gst/real/gstrealvideodec.c: Add some debug for where we are searching for libraries. 2008-05-13 16:16:35 +00:00
replaygain Don't use _gst_pad(). 2008-05-26 09:57:40 +00:00
rtjpeg Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 22:00:26 +00:00
rtpmanager gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitterbuffer if the gap is too big, we need ... 2008-05-26 10:09:29 +00:00
sdp Don't use _gst_pad(). 2008-05-26 09:57:40 +00:00
selector gst/selector/gstinputselector.c: Do g_object_notify() only when not holding the lock to get the property because othe... 2008-03-20 18:10:29 +00:00
smooth Fix leaks. 2007-06-22 10:46:33 +00:00
smoothwave Fix leaks. 2007-06-22 10:46:33 +00:00
speed gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (which may not be available). 2007-07-30 09:52:36 +00:00
speexresample update spec file and add two missing files for disting 2007-12-14 16:23:06 +00:00
stereo Port the stereo element to GStreamer 0.10. 2007-08-09 17:39:47 +00:00
subenc gst/subenc/gstsrtenc.c: Declare variables at the beginning of blocks. Fixes compilation with gcc 2.x and other compil... 2008-04-29 19:11:56 +00:00
tta Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcoding values where possible. Fixes bug #522212. 2008-03-13 14:25:20 +00:00
vbidec Fix leaks. 2007-06-22 10:46:33 +00:00
videodrop Fix leaks. 2007-06-22 10:46:33 +00:00
videosignal ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because it might not be ready. 2008-01-01 01:18:19 +00:00
virtualdub More G_OBJECT macro fixing. 2006-09-16 22:14:36 +00:00
vmnc Fix some finalize leaks by chaining up to the parent method. 2008-02-12 10:22:42 +00:00
y4m Plug some leaks; try to make build bot happy again. 2007-04-24 15:49:18 +00:00
Makefile.am gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL). 2007-04-21 19:39:03 +00:00