totem r5161 - in trunk: . src/backend
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r5161 - in trunk: . src/backend
- Date: Thu, 21 Feb 2008 16:46:40 +0000 (GMT)
Author: hadess
Date: Thu Feb 21 16:46:39 2008
New Revision: 5161
URL: http://svn.gnome.org/viewvc/totem?rev=5161&view=rev
Log:
2008-02-21 Bastien Nocera <hadess hadess net>
* src/backend/bacon-video-widget-gst-0.10.c
(bacon_video_widget_new):
Use the fastest speed as the default connection speed,
so we don't get low quality videos by default,
for GStreamer this time
Modified:
trunk/ChangeLog
trunk/src/backend/bacon-video-widget-gst-0.10.c
Modified: trunk/src/backend/bacon-video-widget-gst-0.10.c
==============================================================================
--- trunk/src/backend/bacon-video-widget-gst-0.10.c (original)
+++ trunk/src/backend/bacon-video-widget-gst-0.10.c Thu Feb 21 16:46:39 2008
@@ -5022,7 +5022,7 @@
bvw->priv->show_vfx = FALSE;
bvw->priv->vis_element_name = g_strdup ("goom");
bvw->priv->tv_out_type = TV_OUT_NONE;
- bvw->priv->connection_speed = 0;
+ bvw->priv->connection_speed = 11;
bvw->priv->ratio_type = BVW_RATIO_AUTO;
bvw->priv->cursor_shown = TRUE;
@@ -5323,6 +5323,9 @@
bacon_video_widget_set_connection_speed (bvw,
gconf_value_get_int (confvalue));
gconf_value_free (confvalue);
+ } else {
+ bacon_video_widget_set_connection_speed (bvw,
+ bvw->priv->connection_speed);
}
/* those are private to us, i.e. not Xine-compatible */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]