diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-09 00:37:25 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-09 00:38:02 +0100 |
commit | 581714bff041c7ac03c672581aa71cbe1a2aba43 (patch) | |
tree | 66b9312afaded6ac207d69ec0e171fa9dc34e559 /tools/element-templates | |
parent | 5365dbfdce14f8314d0d8507bcd837f0a361717b (diff) | |
download | gstreamer-plugins-bad-581714bff041c7ac03c672581aa71cbe1a2aba43.tar.gz |
baseparse: remove -bad version of baseparse library, now in core
Diffstat (limited to 'tools/element-templates')
-rw-r--r-- | tools/element-templates/baseparse | 2 |
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 % pkg-config gstreamer-base-0.10 % includes -#include <gst/baseparse/gstbaseparse.h> +#include <gst/base/gstbaseparse.h> % prototypes static gboolean gst_replace_start (GstBaseParse *parse); static gboolean gst_replace_stop (GstBaseParse *parse); |