[totem] backend: Make av-offset property functional
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] backend: Make av-offset property functional
- Date: Tue, 3 Jul 2012 18:25:55 +0000 (UTC)
commit 8106abb2f4b99f712571420869c1538f119496f0
Author: Bastien Nocera <hadess hadess net>
Date: Tue Jul 3 19:22:04 2012 +0100
backend: Make av-offset property functional
See https://bugzilla.gnome.org/show_bug.cgi?id=679341
src/backend/bacon-video-widget-gst-0.10.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/backend/bacon-video-widget-gst-0.10.c b/src/backend/bacon-video-widget-gst-0.10.c
index 4565099..a6c770b 100644
--- a/src/backend/bacon-video-widget-gst-0.10.c
+++ b/src/backend/bacon-video-widget-gst-0.10.c
@@ -5998,7 +5998,7 @@ bacon_video_widget_initable_init (GInitable *initable,
/* Instantiate all the fallible plugins */
bvw->priv->play = element_make_or_warn ("playbin2", "play");
bvw->priv->audio_pitchcontrol = element_make_or_warn ("pitch", "audiopitch");
- video_sink = element_make_or_warn ("autocluttersink", "video-sink");
+ video_sink = element_make_or_warn ("cluttersink", "video-sink");
audio_sink = element_make_or_warn ("autoaudiosink", "audio-sink");
if (!bvw->priv->play ||
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]