CVS Root: /cvs/gstreamer
Module: gst-plugins-base
Changes by: wtay
Date: Tue Nov 25 2008 11:01:09 UTC
Log message:
* gst/playback/gstplaybin2.c: (activate_group):
Fix buffer-duration property.
Modified files:
. : ChangeLog
gst/playback : gstplaybin2.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/ChangeLog.diff?r1=1.4214&r2=1.4215
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/gst/playback/gstplaybin2.c.diff?r1=1.27&r2=1.28
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-base/ChangeLog,v
retrieving revision 1.4214
retrieving revision 1.4215
diff -u -d -r1.4214 -r1.4215
--- ChangeLog 25 Nov 2008 10:32:47 -0000 1.4214
+++ ChangeLog 25 Nov 2008 11:00:54 -0000 1.4215
@@ -1,5 +1,10 @@
2008-11-25 Wim Taymans <[email protected]>
+ * gst/playback/gstplaybin2.c: (activate_group):
+ Fix buffer-duration property.
+
+2008-11-25 Wim Taymans <[email protected]>
* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_drain), (gst_base_audio_sink_event),
(gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
Index: gstplaybin2.c
RCS file: /cvs/gstreamer/gst-plugins-base/gst/playback/gstplaybin2.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- gstplaybin2.c 24 Nov 2008 20:25:24 -0000 1.27
+++ gstplaybin2.c 25 Nov 2008 11:00:55 -0000 1.28
@@ -2131,7 +2131,8 @@
g_object_set (uridecodebin, "subtitle-encoding", playbin->encoding, NULL);
/* configure uri */
g_object_set (uridecodebin, "uri", group->uri, NULL);
- g_object_set (uridecodebin, "buffer-time", playbin->buffer_duration, NULL);
+ g_object_set (uridecodebin, "buffer-duration", playbin->buffer_duration,
+ NULL);
g_object_set (uridecodebin, "buffer-size", playbin->buffer_size, NULL);
/* connect pads and other things */
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.