diff options
author | Andy Wingo <wingo@pobox.com> | 2005-08-08 16:43:47 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-08-08 16:43:47 +0000 |
commit | 479326199acd172c7f1db6de1f2aa95a8ac289ae (patch) | |
tree | 67e1b0ef6c48fe33e0173fed7f0cc1f0b62973d1 | |
parent | 47480267a2ad858101ef69c4f3cf4f19d45c5761 (diff) | |
download | gst-plugins-bad-479326199acd172c7f1db6de1f2aa95a8ac289ae.tar.gz gst-plugins-bad-479326199acd172c7f1db6de1f2aa95a8ac289ae.tar.bz2 gst-plugins-bad-479326199acd172c7f1db6de1f2aa95a8ac289ae.zip |
sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close)
Original commit message from CVS:
2005-08-08 Andy Wingo <wingo@pobox.com>
* sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close)
(gst_oss_sink_prepare, gst_oss_sink_unprepare): Update for newer
audiosink api.
* ext/raw1394/gstdv1394src.c (gst_dv1394src_get_property)
(gst_dv1394src_set_property): Style. All about the style.
* ext/esd/esdsink.c (gst_esdsink_getcaps): Return specific caps
only if in READY or higher (i.e., if _open() has been called.)
(gst_esdsink_open, gst_esdsink_close, gst_esdsink_prepare)
(gst_esdsink_unprepare): Update for audiosink changes.
(gst_esdsink_change_state): Die!
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2005-08-08 Andy Wingo <wingo@pobox.com> + + * sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close) + (gst_oss_sink_prepare, gst_oss_sink_unprepare): Update for newer + audiosink api. + + * ext/raw1394/gstdv1394src.c (gst_dv1394src_get_property) + (gst_dv1394src_set_property): Style. All about the style. + + * ext/esd/esdsink.c (gst_esdsink_getcaps): Return specific caps + only if in READY or higher (i.e., if _open() has been called.) + (gst_esdsink_open, gst_esdsink_close, gst_esdsink_prepare) + (gst_esdsink_unprepare): Update for audiosink changes. + (gst_esdsink_change_state): Die! + 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/jpeg/Makefile.am: |