gst/elements/gstfilesink.c: Fix for if we pass NULL as property to location.
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 7 Jan 2004 13:13:03 +0000 (13:13 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 7 Jan 2004 13:13:03 +0000 (13:13 +0000)
commit718b21bfc20d441ce2b596bcf1d3ee77c7fa4d29
treed9612cf1ddd4a503ed04b21d36cfccbf890ac2a0
parentaa40b1516b47c5fa65c998cb125033171f81e640
gst/elements/gstfilesink.c: Fix for if we pass NULL as property to location.

Original commit message from CVS:
2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* gst/elements/gstfilesink.c: (gst_filesink_set_location):
Fix for if we pass NULL as property to location.
* gst/elements/gstpipefilter.c: (gst_pipefilter_init),
(gst_pipefilter_handle_event), (gst_pipefilter_chain):
Fix for instantiate-test (see below).
* gst/gststructure.c: (_gst_structure_parse_value):
Fix compile error on gcc-2.96.
* configure.ac:
* tests/Makefile.am:
* tests/instantiate/Makefile.am:
* tests/instantiate/create.c: (create_all_elements), (main):
Add a test that instantiates all elements. This makes it easy to
track dead code for old API/design (like setting event functions
on sink pads and so on).
configure.ac
gst/elements/gstfilesink.c
gst/elements/gstpipefilter.c
gst/gststructure.c
plugins/elements/gstfilesink.c
plugins/elements/gstpipefilter.c
tests/Makefile.am
tests/instantiate/Makefile.am [new file with mode: 0644]
tests/instantiate/create.c [new file with mode: 0644]