gstreamer/gst
Tim-Philipp Müller 84a3add409 multifdsink, multisocketsink: fix broken action signal setup
We can't just make a vfunc that takes a union of int
and pointer as argument, and then set up subclass-specific
action signals and signals that take int (in multifdsink's
case) or a GSocket * (in multisocketsink's case), and then
expect everything to Just Work. This blows up spectacularly
on PPC G4 for some reason.

Fixes multifdsink unit test on PPC, and fixes aborts in
multisocketunit test (now hangs in gst_pad_push - progress).
2012-09-09 01:57:59 +01:00
..
adder adder: send CAPS event downstream fixing not-negotiated errors 2012-08-05 00:41:10 +01:00
app gst: Update for GST_PLUGIN_DEFINE() API change 2012-04-05 15:11:05 +02:00
audioconvert audioconvert: plug leak 2012-09-06 14:02:07 +02:00
audiorate Use new gst_element_class_set_static_metadata() 2012-04-10 00:45:16 +01:00
audioresample Fix bug where debug category was declared inside a function 2012-05-24 10:33:02 +02:00
audiotestsrc tag: Update for taglist/tag event API changes 2012-07-28 00:35:02 +02:00
encoding text/plain + text/x-pango-markup -> text/x-raw 2012-09-02 02:45:41 +01:00
gdp update for new variable names 2012-07-27 15:24:43 +02:00
gio Use new gst_element_class_set_static_metadata() 2012-04-10 00:45:16 +01:00
playback streamsynchronizer: do not leak EOS events 2012-09-06 15:03:49 +02:00
subparse text/plain + text/x-pango-markup -> text/x-raw 2012-09-02 02:45:41 +01:00
tcp multifdsink, multisocketsink: fix broken action signal setup 2012-09-09 01:57:59 +01:00
typefind typefind: probe for DVD ISO files, to avoid matching H.264 2012-06-11 11:11:01 +01:00
videoconvert videoconvert: fix example pipeline in docs 2012-08-08 11:21:51 +01:00
videorate Use new gst_element_class_set_static_metadata() 2012-04-10 00:45:16 +01:00
videoscale videoscale: mark Lanczos method as experimental/unstable 2012-08-18 21:33:38 +01:00
videotestsrc videotestsrc: prefix orc functions with video_test_src_orc 2012-07-24 09:09:22 +02:00
volume volume: prefix orc functions with volume_orc_ 2012-07-23 17:30:50 +02:00
Makefile.am build: build plugin and example directories in parallel if make -jN is used 2010-03-29 00:26:59 +01:00