~vcs-imports/totem/+git/totem:BRANCH-GSTREAMER-0_9

Last commit made on 2005-07-28
Get this branch:
git clone -b BRANCH-GSTREAMER-0_9 https://git.launchpad.net/~vcs-imports/totem/+git/totem

Branch merges

Branch information

Name:
BRANCH-GSTREAMER-0_9
Repository:
lp:~vcs-imports/totem/+git/totem

Recent commits

71e24e5... by Ronald Bultje <email address hidden>

Fix for new event API.

* src/backend/bacon-video-widget-gst.c:
(bacon_video_widget_seek_time):
Fix for new event API.

66e19db... by Ronald Bultje <email address hidden>

Make seek happen after UI update of seek-scale widget, by using

* src/totem.c: (totem_callback_connect):
Make seek happen after UI update of seek-scale widget, by using
g_signal_connect_after() instead of g_signal_connect(). Makes UI
look a bit more responsive.

34dfc2f... by Ronald Bultje <email address hidden>

Fix for API change.

* src/backend/bacon-video-widget-gst.c:
(bacon_video_widget_seek_time):
Fix for API change.

1ef9c3f... by Ronald Bultje <email address hidden>

No longer use gstgconf, but use gconfsink.

* configure.in:
* src/backend/bacon-video-widget-gst.c: (bacon_video_widget_new):
No longer use gstgconf, but use gconfsink.

e749fc7... by Ronald Bultje <email address hidden>

Remove hack.

* src/backend/bacon-video-widget-gst.c:
(bacon_video_widget_seek_time):
Remove hack.

331e028... by Christian Fredrik Kalager Schaller <email address hidden>

disable install of schema files during compilation

c3b8931... by Andy Wingo

If the app tries to set an unsupported visualization, fail silently. It

2005-07-15 Andy Wingo <email address hidden>

 * src/backend/bacon-video-widget-gst.c
 (bacon_video_widget_set_visuals): If the app tries to set an
 unsupported visualization, fail silently. It could be an outdated
 preference or something.
 (find_colorbalance_element): Fold function for picking the best
 colorspace element.
 (bacon_video_widget_new): Unref the bus after use. Some
 gst_object_ref cleanups. XOverlay and colorspace cleanups and
 bugfixes.

b71b85a... by Thomas Vander Stichele <email address hidden>

fix 0.9 detection

c492d2d... by Christian Fredrik Kalager Schaller <email address hidden>

fix include statements

5965d5f... by Ronald Bultje <email address hidden>

Make seeking in fullscreen continuous, too.

* src/totem.c: (totem_callback_connect):
Make seeking in fullscreen continuous, too.