diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-09 14:53:58 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-09 14:53:58 +0000 |
commit | ac59af4fcd0e9011e4d959471339fc4229273ca9 (patch) | |
tree | 1d1978753c4189adc0bc11dd0c6738cf2a2fc244 /gst-libs/gst | |
parent | 3081a40cc80149b9a188c2daab8ade55f1c20a99 (diff) | |
download | gst-plugins-bad-ac59af4fcd0e9011e4d959471339fc4229273ca9.tar.gz gst-plugins-bad-ac59af4fcd0e9011e4d959471339fc4229273ca9.tar.bz2 gst-plugins-bad-ac59af4fcd0e9011e4d959471339fc4229273ca9.zip |
Remove all references to xvideosink, fix examples (#140845).
Original commit message from CVS:
* configure.ac:
* examples/capsfilter/capsfilter1.c: (main):
* examples/seeking/spider_seek.c: (make_spider_pipeline):
* ext/dvdread/Makefile.am:
* ext/dvdread/demo-play:
* ext/dvdread/demo-play.c:
* gconf/gstreamer.schemas.in:
* gst-libs/gst/gconf/gconf.c:
* sys/v4l/TODO:
* testsuite/Makefile.am:
* testsuite/embed/Makefile.am:
* testsuite/embed/embed.c: (cb_expose), (main):
Remove all references to xvideosink, fix examples (#140845).
* gst/playback/gstplaybasebin.c: (group_destroy):
Apparently, disposal does not unlink - so do explicitely.
* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
Add debug.
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/gconf/gconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gconf/gconf.c b/gst-libs/gst/gconf/gconf.c index 00b35a22..e89dc3a1 100644 --- a/gst-libs/gst/gconf/gconf.c +++ b/gst-libs/gst/gconf/gconf.c @@ -217,7 +217,7 @@ gst_gconf_get_default_audio_sink (void) * gst_gconf_get_default_video_sink: * * Render video output bin from GStreamer GConf key : "default/videosink". - * If key is invalid xvideosink is used as default output plugin. + * If key is invalid ximagesink is used as default output plugin. * * Returns: a #GstElement containing the video output bin, or NULL if * everything failed. |