check-exports: no need to blacklist gstparse symbols any more
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Oct 2011 14:26:34 +0000 (15:26 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Oct 2011 14:26:34 +0000 (15:26 +0100)
check-exports

index c6d3eca..dd7bafb 100755 (executable)
@@ -41,9 +41,7 @@ fi
 # BSS symbol, unlike on linux where it's a local absolute symbol.
 nm $NMARGS $lib_path | awk \
        '{
-               if ($3 !~ /^_gst_parse_yy/ && \
-                   $3 !~ /^_gst_[a-z]*_init/ && \
-                   $3 !~ /^_gst_parse_launch/ && \
+               if ($3 !~ /^_gst_[a-z]*_init/ && \
                    $3 !~ /^__gst_element_details_/ && \
                    $3 !~ /^__gst_element_factory_add_/ && \
                    $3 !~ /^gst_interfaces_marshal/ && \