diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2008-08-20 10:59:52 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2008-08-20 10:59:52 +0000 |
| commit | 3033108c05eab339fdf550ee3f8314c4da653a8b (patch) | |
| tree | 76f586b566efff4387df55cb860787d8915225d9 /ChangeLog | |
| parent | de44b9743bd584fe1c0ba357edcebd452b7736a2 (diff) | |
gst/videobox/gstvideobox.c: Use new basetransform method to renegotiate. Fixes #544956.
Original commit message from CVS:
* gst/videobox/gstvideobox.c: (gst_video_box_set_property):
Use new basetransform method to renegotiate. Fixes #544956.
* tests/icles/Makefile.am:
* tests/icles/videobox-test.c: (make_pipeline), (main):
Add videobox renegotiation example.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/videobox/gstvideobox.c: (gst_video_box_set_property): + Use new basetransform method to renegotiate. Fixes #544956. + + * tests/icles/Makefile.am: + * tests/icles/videobox-test.c: (make_pipeline), (main): + Add videobox renegotiation example. + 2008-08-19 David Schleef <ds@schleef.org> * gst/wavenc/gstwavenc.c: Remove depth ranges and replace |
