summaryrefslogtreecommitdiff
path: root/gst/gstparse.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-06-15 19:13:45 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-06-15 19:13:45 +0000
commit5c73a7824c0ed0ebad0163b09ca18371ca2a3cd2 (patch)
treec501f471a2dabf6e05e05be67b86199ff3967f01 /gst/gstparse.h
parent710fb2ad9f2fdf24308e60e282f008fc7bca5f6a (diff)
downloadgstreamer-5c73a7824c0ed0ebad0163b09ca18371ca2a3cd2.tar.gz
Changed a stupid assert in request_pad.
Original commit message from CVS: Changed a stupid assert in request_pad. Some fixes for pullregion and EOS conditions. Remove an unneeded check in the scheduler (check for NULL buffer) some EOS fixes for pullregion in disksrc. Removed the macro in the gstparse.h header 'cause it's internal to gstparse.c Added a check in gstparse for NULL element.
Diffstat (limited to 'gst/gstparse.h')
-rw-r--r--gst/gstparse.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/gstparse.h b/gst/gstparse.h
index 77424345d0..ff77704819 100644
--- a/gst/gstparse.h
+++ b/gst/gstparse.h
@@ -25,8 +25,6 @@
#include <gst/gstbin.h>
-#define GST_PARSE_LISTPAD(list) ((GstPad*)(list->data))
-
gint gst_parse_launch (const gchar *cmdline, GstBin *parent);
#endif /* __GST_PARSE_H__ */