diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-07-20 10:07:09 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-07-20 10:07:09 +0000 |
commit | b699df6dfd1011b47ec58987007fa5a3702d087d (patch) | |
tree | e13cad8b42ccaa85c579cf285e21f4723199e31b /configure.ac | |
parent | 0bc3143021a9dc1a449a46aac7cc5ae6672def5b (diff) |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1c8288fd4..bac10af74 100644 --- a/configure.ac +++ b/configure.ac @@ -302,9 +302,10 @@ dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ videofilter \ alpha \ + autodetect \ avi \ effectv \ - fdsrc \ + fdsrc \ goom \ law \ level \ @@ -582,6 +583,7 @@ Makefile gst-plugins.spec gst/Makefile gst/alpha/Makefile +gst/autodetect/Makefile gst/avi/Makefile gst/effectv/Makefile gst/fdsrc/Makefile @@ -602,6 +604,7 @@ sys/oss/Makefile ext/Makefile ext/aalib/Makefile ext/dv/Makefile +ext/gconf/Makefile ext/libcaca/Makefile ext/mad/Makefile ext/raw1394/Makefile |