summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIlya Averyanov <i.averyanov@geoscan.aero>2015-08-06 19:23:49 +0300
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2015-08-06 16:24:43 -0400
commitbe1e9daff585fd0d297231797b2719a56b8b4891 (patch)
tree34d9619ebca864aefaac04d966f2b2a9beff27f0 /tools
parent93c10d3f0ecd28a7164aea705ae6f623fca5030e (diff)
downloadgstreamer-plugins-bad-be1e9daff585fd0d297231797b2719a56b8b4891.tar.gz
element-template: Fix wrong pad in videoencoder
https://bugzilla.gnome.org/show_bug.cgi?id=753326
Diffstat (limited to 'tools')
-rw-r--r--tools/element-templates/videoencoder4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/element-templates/videoencoder b/tools/element-templates/videoencoder
index 62a4a43a3..6b6c00aaf 100644
--- a/tools/element-templates/videoencoder
+++ b/tools/element-templates/videoencoder
@@ -4,8 +4,8 @@ GstVideoEncoder
% TYPE_CLASS_NAME
GST_TYPE_VIDEO_ENCODER
% pads
-srcpad-template-video
-sinkpad-simple
+srcpad-simple
+sinkpad-template-video
% pkg-config
gstreamer-video-1.0
% includes