diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-28 21:28:32 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-28 21:28:32 +0000 |
commit | d781b8d470ff9e89bdfbb232f47ea50d320b36ee (patch) | |
tree | de455354acd77c63b7871ea91911adbdf15c86f8 | |
parent | 64489a277b3dc49ce44f4c58aedfcf262f7338cb (diff) | |
download | gst-plugins-bad-d781b8d470ff9e89bdfbb232f47ea50d320b36ee.tar.gz gst-plugins-bad-d781b8d470ff9e89bdfbb232f47ea50d320b36ee.tar.bz2 gst-plugins-bad-d781b8d470ff9e89bdfbb232f47ea50d320b36ee.zip |
use autodetected PAR if none specified. add directfb workaround.
Original commit message from CVS:
use autodetected PAR if none specified. add directfb workaround.
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org> + + * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size), + (gst_ximagesink_calculate_pixel_aspect_ratio), + (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps), + (gst_ximagesink_sink_link), (gst_ximagesink_change_state), + (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property), + (gst_ximagesink_get_property), (gst_ximagesink_init): + * sys/ximage/ximagesink.h: + allocate PAR's dynamically. + use autodetected PAR if no object-set PAR is given. + add workaround for directfb's X not setting physical size. + fix to xvimagesink will follow tomorrow. + 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream |