Port auto/gconfsinks to 0.9. They actually appear to work here in

Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/gconf/Makefile.am:
* ext/gconf/gconf.c: (gst_bin_find_unconnected_pad),
(gst_gconf_render_bin_from_description),
(gst_gconf_get_default_video_sink):
* ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
(gst_gconf_audio_sink_class_init), (gst_gconf_audio_sink_dispose),
(cb_toggle_element), (gst_gconf_audio_sink_change_state):
* ext/gconf/gstgconfelements.h:
* ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
(gst_gconf_video_sink_class_init), (gst_gconf_video_sink_dispose),
(cb_toggle_element), (gst_gconf_video_sink_change_state):
* gst/autodetect/gstautoaudiosink.c:
(gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
(gst_auto_audio_sink_detect), (gst_auto_audio_sink_change_state):
* gst/autodetect/gstautovideosink.c:
(gst_auto_video_sink_base_init), (gst_auto_video_sink_class_init),
(gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
Port auto/gconfsinks to 0.9. They actually appear to work here in
Totem as well, making them actually useful.
This commit is contained in:
Ronald S. Bultje 2005-07-20 10:07:09 +00:00
parent 0bc3143021
commit b699df6dfd
3 changed files with 36 additions and 1 deletions

View file

@ -1,3 +1,27 @@
2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* configure.ac:
* ext/Makefile.am:
* ext/gconf/Makefile.am:
* ext/gconf/gconf.c: (gst_bin_find_unconnected_pad),
(gst_gconf_render_bin_from_description),
(gst_gconf_get_default_video_sink):
* ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
(gst_gconf_audio_sink_class_init), (gst_gconf_audio_sink_dispose),
(cb_toggle_element), (gst_gconf_audio_sink_change_state):
* ext/gconf/gstgconfelements.h:
* ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
(gst_gconf_video_sink_class_init), (gst_gconf_video_sink_dispose),
(cb_toggle_element), (gst_gconf_video_sink_change_state):
* gst/autodetect/gstautoaudiosink.c:
(gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
(gst_auto_audio_sink_detect), (gst_auto_audio_sink_change_state):
* gst/autodetect/gstautovideosink.c:
(gst_auto_video_sink_base_init), (gst_auto_video_sink_class_init),
(gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
Port auto/gconfsinks to 0.9. They actually appear to work here in
Totem as well, making them actually useful.
2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net> 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/faad/Makefile.am: * ext/faad/Makefile.am:

View file

@ -302,9 +302,10 @@ dnl these are all the gst plug-ins, compilable without additional libs
GST_PLUGINS_ALL="\ GST_PLUGINS_ALL="\
videofilter \ videofilter \
alpha \ alpha \
autodetect \
avi \ avi \
effectv \ effectv \
fdsrc \ fdsrc \
goom \ goom \
law \ law \
level \ level \
@ -582,6 +583,7 @@ Makefile
gst-plugins.spec gst-plugins.spec
gst/Makefile gst/Makefile
gst/alpha/Makefile gst/alpha/Makefile
gst/autodetect/Makefile
gst/avi/Makefile gst/avi/Makefile
gst/effectv/Makefile gst/effectv/Makefile
gst/fdsrc/Makefile gst/fdsrc/Makefile
@ -602,6 +604,7 @@ sys/oss/Makefile
ext/Makefile ext/Makefile
ext/aalib/Makefile ext/aalib/Makefile
ext/dv/Makefile ext/dv/Makefile
ext/gconf/Makefile
ext/libcaca/Makefile ext/libcaca/Makefile
ext/mad/Makefile ext/mad/Makefile
ext/raw1394/Makefile ext/raw1394/Makefile

View file

@ -124,6 +124,12 @@ endif
FLAC_DIR= FLAC_DIR=
# endif # endif
if USE_GCONF
GCONF_DIR=gconf
else
GCONF_DIR=
endif
# if USE_GDK_PIXBUF # if USE_GDK_PIXBUF
# GDK_PIXBUF_DIR=gdk_pixbuf # GDK_PIXBUF_DIR=gdk_pixbuf
# else # else
@ -393,6 +399,7 @@ SUBDIRS=\
$(FAAC_DIR) \ $(FAAC_DIR) \
$(FAAD_DIR) \ $(FAAD_DIR) \
$(FLAC_DIR) \ $(FLAC_DIR) \
$(GCONF_DIR) \
$(GDK_PIXBUF_DIR) \ $(GDK_PIXBUF_DIR) \
$(GNOMEVFS_DIR) \ $(GNOMEVFS_DIR) \
$(GSM_DIR) \ $(GSM_DIR) \
@ -434,6 +441,7 @@ SUBDIRS=\
DIST_SUBDIRS=\ DIST_SUBDIRS=\
mad \ mad \
gconf \
shout2 \ shout2 \
sidplay \ sidplay \
aalib \ aalib \