gst/elements/gstfilesink.c (gst_file_sink_start)
authorAndy Wingo <wingo@pobox.com>
Wed, 9 Nov 2005 09:48:16 +0000 (09:48 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 9 Nov 2005 09:48:16 +0000 (09:48 +0000)
commit0ae7675f7e3ea20ef8bc8783c54cd050c6433fb0
tree8dd4bd1df690013ad9d8ef0d2f404e91d09bba28
parent2d000e046068cc517e72da94b73bc0a340f367e2
gst/elements/gstfilesink.c (gst_file_sink_start)

Original commit message from CVS:
2005-11-09  Andy Wingo  <wingo@pobox.com>

* gst/elements/gstfilesink.c (gst_file_sink_start)
(gst_file_sink_stop): New functions, replace the state change
handler.
(gst_file_sink_class_init): Hook up the start and stop functions.
(gst_file_sink_base_init): Don't set the state change handler any
more. It was a bit ugly too, being set from here...
(gst_file_sink_get_property, gst_file_sink_set_property):
Cleanups...
(gst_file_sink_set_location): More robust check that doesn't call
GST_STATE. Ugggggg.
ChangeLog
gst/base/gstadapter.c
gst/base/gstadapter.h
libs/gst/base/gstadapter.c
libs/gst/base/gstadapter.h