diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-06-09 19:43:24 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-06-09 19:43:24 +0000 |
commit | 4b1bf1e7b79ce885e9f20643ccf9c399444486df (patch) | |
tree | 81349282ec35e0896ce589b8aa68cae64dd60cad /ChangeLog | |
parent | 1b4bd4fd3783b362a74f11afe6cd37f43e05bdf8 (diff) | |
download | gst-plugins-bad-4b1bf1e7b79ce885e9f20643ccf9c399444486df.tar.gz gst-plugins-bad-4b1bf1e7b79ce885e9f20643ccf9c399444486df.tar.bz2 gst-plugins-bad-4b1bf1e7b79ce885e9f20643ccf9c399444486df.zip |
g/: Default to autovideosink instead of @DEFAULT_VIDEOSINK@.
Original commit message from CVS:
* gconf/gstreamer.schemas.in:
* gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
Default to autovideosink instead of @DEFAULT_VIDEOSINK@.
Autovideosink dynamically selects between ximagesink/xvimagesink,
and is thus more userfriendly
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2005-06-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gconf/gstreamer.schemas.in: + * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink): + Default to autovideosink instead of @DEFAULT_VIDEOSINK@. + Autovideosink dynamically selects between ximagesink/xvimagesink, + and is thus more userfriendly + +2005-06-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain): Update total_samples after new header, since it will affect our timestamps. Fixes #140237. |