gst/: Maintain API and ABI when --disable-parse is used. Now that we have an appropri...
authorPeter Kjellerstedt <pkj@axis.com>
Wed, 9 May 2007 16:32:07 +0000 (16:32 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 9 May 2007 16:32:07 +0000 (16:32 +0000)
commitf38b77d70b6ffa643f09bcf5e81e4cd490f9d410
tree2624cb2379c4f7b590c38215be4b3c3d2d155919
parentcb67757934dd63e6b818be0577b0dbefdac59cb3
gst/: Maintain API and ABI when --disable-parse is used. Now that we have an appropriate error code, we can just retu...

Original commit message from CVS:
Based on patch by: Peter Kjellerstedt  <pkj at axis com>
* gst/Makefile.am:
* gst/gstparse.c: (gst_parse_launchv), (gst_parse_launch):
* gst/gstparse.h:
* gst/gstutils.c: (gst_parse_bin_from_description):
* gst/gstutils.h:
Maintain API and ABI when --disable-parse is used. Now that
we have an appropriate error code, we can just return NULL and the
appropriate error when gst_parse_launch() is used despite it having
been disabled (#342564).
* tests/check/Makefile.am:
* tests/check/pipelines/.cvsignore:
* tests/check/pipelines/parse-disabled.c:
Make sure these functions exist and return NULL plus a GError when
--disable-parse is used.
ChangeLog
gst/Makefile.am
gst/gstparse.c
gst/gstparse.h
gst/gstutils.c
gst/gstutils.h
tests/check/Makefile.am
tests/check/pipelines/.gitignore
tests/check/pipelines/parse-disabled.c [new file with mode: 0644]