summaryrefslogtreecommitdiff
path: root/gst/gstparse.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-04-14 18:33:58 +0000
committerBenjamin Otte <otte@gnome.org>2003-04-14 18:33:58 +0000
commit838ffca4fa47a5c4697a6abc3db0dae6791276bf (patch)
treebce538ed91fc1ce466477c21ec49a7f2bdaa8987 /gst/gstparse.h
parent3639eab50e25afd9e81674bbe97e9039bfb4e163 (diff)
downloadgstreamer-838ffca4fa47a5c4697a6abc3db0dae6791276bf.tar.gz
enable debugging output for bison parser, fix // comments, better error recovery, error out on non-instantiable eleme...
Original commit message from CVS: enable debugging output for bison parser, fix // comments, better error recovery, error out on non-instantiable elements (fixes #110758)
Diffstat (limited to 'gst/gstparse.h')
-rw-r--r--gst/gstparse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstparse.h b/gst/gstparse.h
index e647bfa70b..70356ac38d 100644
--- a/gst/gstparse.h
+++ b/gst/gstparse.h
@@ -39,6 +39,7 @@ typedef enum
GST_PARSE_ERROR_NO_SUCH_PROPERTY,
GST_PARSE_ERROR_LINK,
GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY,
+ GST_PARSE_ERROR_EMPTY_BIN,
} GstParseError;