gstreamer/plugins/elements
Sebastian Dröge b997b0545a Correct all relevant warnings found by the sparse semantic code analyzer. This include marking several symbols static...
Original commit message from CVS:
* gst/gstconfig.h.in:
* libs/gst/base/gstcollectpads.c: (gst_collect_pads_read_buffer):
* libs/gst/check/gstcheck.c: (gst_check_log_message_func),
(gst_check_log_critical_func), (gst_check_drop_buffers),
(gst_check_element_push_buffer_list):
* libs/gst/controller/gstcontroller.c: (gst_controller_get),
(gst_controller_get_type):
* libs/gst/controller/gsthelper.c: (gst_object_control_properties),
(gst_object_get_controller), (gst_object_get_control_source):
* libs/gst/controller/gstinterpolationcontrolsource.c:
(gst_interpolation_control_source_new):
* libs/gst/controller/gstlfocontrolsource.c:
(gst_lfo_control_source_new):
* libs/gst/dataprotocol/dataprotocol.c:
(gst_dp_event_from_packet_0_2):
* plugins/elements/gstfdsrc.c:
* plugins/elements/gstmultiqueue.c:
* plugins/elements/gsttee.c:
* plugins/elements/gsttypefindelement.c:
* plugins/indexers/gstfileindex.c: (_file_index_id_save_xml),
(gst_file_index_add_association):
* plugins/indexers/gstmemindex.c:
* tests/benchmarks/gstpollstress.c: (mess_some_more):
* tests/check/elements/queue.c: (setup_queue):
* tests/check/gst/gstpipeline.c:
* tests/check/libs/collectpads.c: (setup), (teardown),
(gst_collect_pads_suite):
* tests/examples/adapter/adapter_test.c:
* tests/examples/metadata/read-metadata.c: (make_pipeline):
* tests/examples/xml/createxml.c:
* tests/examples/xml/runxml.c:
* tools/gst-inspect.c:
* tools/gst-run.c:
Correct all relevant warnings found by the sparse semantic code
analyzer. This include marking several symbols static, using
NULL instead of 0 for pointers, not using variable sized arrays
on the stack, moving variable declarations to the beginning of
a block and using "foo (void)" instead of "foo ()" for declarations.
2008-02-29 12:41:33 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstcapsfilter.c Revert previous changes to the behaviour of GstPadTemplates, etc and the possiblity to call them in class_init as it ... 2008-02-05 14:15:15 +00:00
gstcapsfilter.h Add more missing docs. 2007-08-13 13:33:07 +00:00
gstelements.c plugins/: Use #ifdef for HAVE_XYZ for consistency. 2007-05-22 11:55:33 +00:00
gstfakesink.c Revert previous changes to the behaviour of GstPadTemplates, etc and the possiblity to call them in class_init as it ... 2008-02-05 14:15:15 +00:00
gstfakesink.h libs/gst/base/gstbasesink.c: Fix leak caused when refusing newsegment after EOS. 2007-04-05 11:16:09 +00:00
gstfakesrc.c Revert previous changes to the behaviour of GstPadTemplates, etc and the possiblity to call them in class_init as it ... 2008-02-05 14:15:15 +00:00
gstfakesrc.h gst/gsttagsetter.h: Can't cast ifaces to a class 2006-06-01 18:22:14 +00:00
gstfdsink.c plugins/elements/: Don't reset GstPollFDs, this is not necessary at all. 2008-02-29 12:05:55 +00:00
gstfdsink.h plugins/elements/: Port to GstPoll. See #505417. 2008-02-28 10:18:02 +00:00
gstfdsrc.c Correct all relevant warnings found by the sparse semantic code analyzer. This include marking several symbols static... 2008-02-29 12:41:33 +00:00
gstfdsrc.h plugins/elements/: Port to GstPoll. See #505417. 2008-02-28 10:18:02 +00:00
gstfilesink.c Revert previous changes to the behaviour of GstPadTemplates, etc and the possiblity to call them in class_init as it ... 2008-02-05 14:15:15 +00:00
gstfilesink.h configure.ac: Check for stdio_ext.h for the filesink changes. 2007-12-24 19:11:29 +00:00
gstfilesrc.c plugins/elements/gstfilesrc.c: Also, if mmap() fails that would be a READ error, not OPEN_READ. 2008-02-20 12:31:50 +00:00
gstfilesrc.h plugins/elements/gstfilesrc.*: Add "sequential" property, off by default, to use madvise and hint to the kernel that ... 2006-07-04 09:01:51 +00:00
gstidentity.c Revert previous changes to the behaviour of GstPadTemplates, etc and the possiblity to call them in class_init as it ... 2008-02-05 14:15:15 +00:00
gstidentity.h plugins/elements/gstidentity.*: Add property to disable handoff signal emission. Fixes #498694. 2007-11-21 13:27:50 +00:00
gstmultiqueue.c Correct all relevant warnings found by the sparse semantic code analyzer. This include marking several symbols static... 2008-02-29 12:41:33 +00:00
gstmultiqueue.h plugins/elements/gstmultiqueue.*: Take the multiqueue lock when updating the fill level so we don't get confused. 2007-06-26 14:45:15 +00:00
gstqueue.c plugins/elements/gstqueue.c: Ensure that buffer metadata is writeable, before modifying. Spotted by 2008-02-21 10:22:36 +00:00
gstqueue.h plugins/elements/gstqueue.*: When dropping buffers in leaky modes, mark next buffers we sent as 2008-02-20 15:44:33 +00:00
gsttee.c Correct all relevant warnings found by the sparse semantic code analyzer. This include marking several symbols static... 2008-02-29 12:41:33 +00:00
gsttee.h tests/check/pipelines/simple-launch-lines.c (test_tee): Add tests for push and pull tee behavior. 2007-02-09 13:45:27 +00:00
gsttypefindelement.c Correct all relevant warnings found by the sparse semantic code analyzer. This include marking several symbols static... 2008-02-29 12:41:33 +00:00
gsttypefindelement.h plugins/elements/: Remove GstBufferStore, no idea why we were still building it. 2008-02-20 12:26:19 +00:00
Makefile.am plugins/elements/: Remove GstBufferStore, no idea why we were still building it. 2008-02-20 12:26:19 +00:00