diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-09-05 10:24:05 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-09-05 10:24:05 +0000 |
commit | 76330d35c7d1691d16fd8ddf97276fd33bb3be74 (patch) | |
tree | 1316fbdc5ae6c7e9ad32f73763d4eed3954c8a9a | |
parent | 265a494de53b7b62d48d244acb2094aa73e1637e (diff) |
sys/xvimage/xvimagesink.c: No really, the next release is 0.10.21 (fix Since: tags in docs).
Original commit message from CVS:
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
No really, the next release is 0.10.21 (fix Since: tags in docs).
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | sys/xvimage/xvimagesink.c | 2 |
3 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk> + + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init): + No really, the next release is 0.10.21 (fix Since: tags in docs). + 2008-09-04 Wim Taymans <wim.taymans@collabora.co.uk> * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop): diff --git a/common b/common -Subproject 8d494854a6018336a80ece82ceb3df0033e2da9 +Subproject a1e554f656b1f8829dbca280c0f1bdee9dec5e4 diff --git a/sys/xvimage/xvimagesink.c b/sys/xvimage/xvimagesink.c index 45f8e894..a47524a0 100644 --- a/sys/xvimage/xvimagesink.c +++ b/sys/xvimage/xvimagesink.c @@ -3229,7 +3229,7 @@ gst_xvimagesink_class_init (GstXvImageSinkClass * klass) * Draw black borders when using GstXvImageSink:force-aspect-ratio to fill * unused parts of the video area. * - * Since: 0.10.22 + * Since: 0.10.21 */ g_object_class_install_property (gobject_class, ARG_DRAW_BORDERS, g_param_spec_boolean ("draw-borders", "Colorkey", |