summaryrefslogtreecommitdiff
path: root/gst/gstparse.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-12-19 21:31:03 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-12-19 21:31:03 +0000
commit68b53ac4abfe3d8200f38ce3d09a21e5ecd2edfd (patch)
tree01b9e5cb0e90efcb899bdc13886d5b75f32a91a6 /gst/gstparse.h
parent54ad9d5e6bf7e0b8eb390aa90114d15c7262a07e (diff)
downloadgstreamer-68b53ac4abfe3d8200f38ce3d09a21e5ecd2edfd.tar.gz
- Cleanups
Original commit message from CVS: - Cleanups - Added padding to structs - fixed typechecking/casts - reduced casts - implemented remove_element in gstbin - implemented set index on bin
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 a8569b51e0..61a4e74ae9 100644
--- a/gst/gstparse.h
+++ b/gst/gstparse.h
@@ -47,6 +47,7 @@ GstBin* gst_parse_launchv (const gchar **argv, GError **error);
#else /* GST_DISABLE_PARSE */
#pragma GCC poison gst_parse_launch
+#pragma GCC poison gst_parse_launchv
#endif /* GST_DISABLE_PARSE */