[longomatch] Switch videorate and videoscale position to avoid negotition errors
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Switch videorate and videoscale position to avoid negotition errors
- Date: Sun, 25 Jul 2010 21:00:48 +0000 (UTC)
commit 9dc08af4189fd2843f2889664e95c2202ed39c52
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Jul 25 22:57:38 2010 +0200
Switch videorate and videoscale position to avoid negotition errors
libcesarplayer/src/gst-video-editor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcesarplayer/src/gst-video-editor.c b/libcesarplayer/src/gst-video-editor.c
index 571751f..0706c80 100644
--- a/libcesarplayer/src/gst-video-editor.c
+++ b/libcesarplayer/src/gst-video-editor.c
@@ -533,8 +533,8 @@ gve_create_video_encode_bin (GstVideoEditor * gve)
gve->priv->textoverlay, gve->priv->queue, gve->priv->video_encoder, NULL);
gst_element_link_many (gve->priv->identity,
gve->priv->ffmpegcolorspace,
- gve->priv->videorate,
gve->priv->videoscale,
+ gve->priv->videorate,
gve->priv->capsfilter,
gve->priv->videobox,
gve->priv->textoverlay, gve->priv->queue, gve->priv->video_encoder, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]