gstreamer/tests/check/elements
Sebastian Dröge 748a089a5a Correct all relevant warnings found by the sparse semantic code analyzer. This include marking several symbols static...
Original commit message from CVS:
* ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
* ext/alsa/gstalsasink.c: (set_hwparams):
* ext/alsa/gstalsasrc.c: (set_hwparams):
* ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
* ext/ogg/gstoggmux.h:
* ext/ogg/gstogmparse.c:
* gst-libs/gst/audio/audio.c:
* gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
* gst-libs/gst/pbutils/missing-plugins.c:
(gst_missing_uri_sink_message_new),
(gst_missing_element_message_new),
(gst_missing_decoder_message_new),
(gst_missing_encoder_message_new):
* gst-libs/gst/rtp/gstbasertppayload.c:
* gst-libs/gst/rtp/gstrtcpbuffer.c:
(gst_rtcp_packet_bye_get_reason):
* gst/audioconvert/gstaudioconvert.c:
* gst/audioresample/gstaudioresample.c:
* gst/ffmpegcolorspace/imgconvert.c:
* gst/playback/test.c: (gen_video_element), (gen_audio_element):
* gst/typefind/gsttypefindfunctions.c:
* gst/videoscale/vs_4tap.c:
* gst/videoscale/vs_4tap.h:
* sys/v4l/gstv4lelement.c:
* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
* sys/v4l/v4l_calls.c:
* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
(gst_v4lsrc_try_capture):
* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
(gst_ximagesink_ximage_new):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
(gst_xvimagesink_xvimage_new):
* tests/check/elements/audioconvert.c:
* tests/check/elements/audioresample.c:
(fail_unless_perfect_stream):
* tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
* tests/check/elements/decodebin.c:
* tests/check/elements/gdpdepay.c: (setup_gdpdepay),
(setup_gdpdepay_streamheader):
* tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
(setup_gdppay_streamheader):
* tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
* tests/check/elements/multifdsink.c: (setup_multifdsink):
* tests/check/elements/textoverlay.c:
* tests/check/elements/videorate.c: (setup_videorate):
* tests/check/elements/videotestsrc.c: (setup_videotestsrc):
* tests/check/elements/volume.c: (setup_volume):
* tests/check/elements/vorbisdec.c: (setup_vorbisdec):
* tests/check/elements/vorbistag.c:
* tests/check/generic/clock-selection.c:
* tests/check/generic/states.c: (setup), (teardown):
* tests/check/libs/cddabasesrc.c:
* tests/check/libs/video.c:
* tests/check/pipelines/gio.c:
* tests/check/pipelines/oggmux.c:
* tests/check/pipelines/simple-launch-lines.c:
(simple_launch_lines_suite):
* tests/check/pipelines/streamheader.c:
* tests/check/pipelines/theoraenc.c:
* tests/check/pipelines/vorbisdec.c:
* tests/check/pipelines/vorbisenc.c:
* tests/examples/seek/scrubby.c:
* tests/examples/seek/seek.c: (query_positions_elems),
(query_positions_pads):
* tests/icles/stress-xoverlay.c: (myclock):
Correct all relevant warnings found by the sparse semantic code
analyzer. This include marking several symbols static, using
NULL instead of 0 for pointers and using "foo (void)" instead
of "foo ()" for declarations.
* win32/common/libgstrtp.def:
Add gst_rtp_buffer_set_extension_data to the symbol definition file.
2012-09-11 01:54:32 +01:00
..
uvch264demux_data UVC H264 plugin 2012-09-10 16:09:26 -04:00
.gitignore UVC H264 plugin 2012-09-10 16:09:26 -04:00
asfmux.c tests: port some more unit tests 2012-01-04 11:28:36 +01:00
assrender.c tests: fix more unit tests 2012-02-07 17:00:26 +01:00
autoconvert.c tests: port some more unit tests 2012-01-04 11:28:36 +01:00
autovideoconvert.c tests: fix more caps 2012-03-08 11:32:27 +01:00
baseaudiovisualizer.c tests: fix visualizer compilation 2012-07-24 10:32:20 +02:00
camerabin.c tests: camerabin: fix image location switching test 2012-08-29 15:45:05 -03:00
curlfilesink.c curl: fixed some memory leaks in the plugin and the unit tests 2012-08-03 20:28:40 +01:00
curlftpsink.c curl: new curlftpsink element 2012-05-12 11:53:25 +01:00
curlhttpsink.c curl: refactor curlsink, rename to curlhttpsink 2012-05-12 11:48:03 +01:00
curlsmtpsink.c curl: new curlsmtpsink element 2012-05-12 11:59:01 +01:00
dataurisrc.c dataurisrc: fix docs and unit test 2012-02-24 12:53:52 +01:00
faac.c tests: fix more unit tests 2012-02-07 17:00:26 +01:00
faad.c update for buffer changes 2012-03-28 12:53:09 +02:00
gdpdepay.c Correct all relevant warnings found by the sparse semantic code analyzer. This include marking several symbols static... 2012-09-11 01:54:32 +01:00
gdppay.c Correct all relevant warnings found by the sparse semantic code analyzer. This include marking several symbols static... 2012-09-11 01:54:32 +01:00
h263parse.c tests: add unit tests for a number of video parsers 2011-05-25 21:51:56 +02:00
h264parse.c tests: update for memory api changes 2012-03-21 13:23:42 +01:00
id3mux.c gst_tag_list_free -> gst_tag_list_unref 2012-08-04 16:31:30 +01:00
jifmux.c gst_tag_list_free -> gst_tag_list_unref 2012-08-04 16:31:30 +01:00
jpegparse.c tests: update for memory api changes 2012-03-21 13:23:42 +01:00
kate.c video/x-dvd-subpicture -> subpicture/x-dvd 2012-08-20 23:37:00 +01:00
logoinsert.c logoinsert: Fix memleaks, add test 2011-03-23 21:33:48 -07:00
mpeg2enc.c tests: fix more unit tests 2012-02-07 17:00:26 +01:00
mpeg4videoparse.c tests: fix more unit tests 2012-02-07 17:00:26 +01:00
mpegtsmux.c tests: mpegtsmux: add basic output unit test verification 2012-06-27 14:52:10 +02:00
mpegvideoparse.c tests: mpegvideoparse: fix unit test regression 2012-05-21 15:29:37 +02:00
mplex.c tests: port some more to 1.0 2012-04-10 17:29:12 +02:00
mxfdemux.c tests: update for memory api changes 2012-03-21 13:23:42 +01:00
mxfdemux.h tests/check/elements/mxfdemux.*: Make sure the main loop is already running when handling the EOS event in pull mode.... 2008-12-16 12:37:15 +00:00
mxfmux.c tests: fix some caps 2012-02-24 10:21:31 +01:00
neonhttpsrc.c neonhttpsrc: add "cookies" property 2010-08-06 10:44:24 +01:00
ofa.c gst_tag_list_free -> gst_tag_list_unref 2012-08-04 16:31:30 +01:00
opus.c tests: port some more to 1.0 2012-04-10 17:29:12 +02:00
parser.c update for buffer changes 2012-03-28 12:53:09 +02:00
parser.h tests: additional parameterization for parser test helper 2011-05-25 21:51:55 +02:00
rtpmux.c rtpmux: Misc fix for 0.11 2012-09-10 20:38:14 -04:00
schroenc.c update for memory api changes 2012-03-15 13:37:36 +01:00
timidity.c Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
uvch264demux.c UVC H264 plugin 2012-09-10 16:09:26 -04:00
viewfinderbin.c viewfinderbin: Add basic check test 2010-12-23 13:24:56 -03:00
voaacenc.c tests: port some more to 1.0 2012-04-10 17:29:12 +02:00
voamrwbenc.c tests: port some more to 1.0 2012-04-10 17:29:12 +02:00
vp8dec.c tests: fix more unit tests 2012-02-07 17:00:26 +01:00
vp8enc.c tests: fix more unit tests 2012-02-07 17:00:26 +01:00
zbar.c tests: fix zbar test 2012-07-09 22:08:50 +01:00