aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTim-Philipp Müller2011-04-08 18:37:25 -0500
committerTim-Philipp Müller2011-04-08 18:38:02 -0500
commit581714bff041c7ac03c672581aa71cbe1a2aba43 (patch)
tree66b9312afaded6ac207d69ec0e171fa9dc34e559 /tools
parent5365dbfdce14f8314d0d8507bcd837f0a361717b (diff)
downloadgst-plugins-bad0-10-581714bff041c7ac03c672581aa71cbe1a2aba43.tar.gz
gst-plugins-bad0-10-581714bff041c7ac03c672581aa71cbe1a2aba43.tar.xz
gst-plugins-bad0-10-581714bff041c7ac03c672581aa71cbe1a2aba43.zip
baseparse: remove -bad version of baseparse library, now in core
Diffstat (limited to 'tools')
-rw-r--r--tools/element-templates/baseparse2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/element-templates/baseparse b/tools/element-templates/baseparse
index ff56b3ca4..01293f68a 100644
--- a/tools/element-templates/baseparse
+++ b/tools/element-templates/baseparse
@@ -5,7 +5,7 @@ GST_TYPE_BASE_PARSE
5% pkg-config 5% pkg-config
6gstreamer-base-0.10 6gstreamer-base-0.10
7% includes 7% includes
8#include <gst/baseparse/gstbaseparse.h> 8#include <gst/base/gstbaseparse.h>
9% prototypes 9% prototypes
10static gboolean gst_replace_start (GstBaseParse *parse); 10static gboolean gst_replace_start (GstBaseParse *parse);
11static gboolean gst_replace_stop (GstBaseParse *parse); 11static gboolean gst_replace_stop (GstBaseParse *parse);