gstreamer/gst
Tim-Philipp Müller d052ae63d8 element: fix GST_ELEMENT_ERROR() error code expansion
In some corner cases, the error 'code' part passed to
GST_ELEMENT_ERROR() is a valid define as well, in which
case it won't survive two levels of macro expansion, but
only one. Fixes:

oss4-sink.c: In function ‘gst_oss4_sink_open’:
error: ‘GST_RESOURCE_ERROR_0x00000002’ undeclared (first use in this function)
GST_ ## domain ## _ERROR_ ## code, __txt, __dbg, __FILE__,

which is from GST_ELEMENT_ERROR(el,RESOURCE,OPEN_WRITE,..)
and OPEN_WRITE happens to be defined to 2 here.

https://bugzilla.gnome.org/show_bug.cgi?id=756806
https://bugzilla.gnome.org/show_bug.cgi?id=769117
2016-07-24 01:35:41 +01:00
..
parse gst/parse: Also pass -DGST_EXPORTS here 2016-05-23 14:24:16 +01:00
printf
.gitignore
gettext.h
glib-compat-private.h
glib-compat.c
glib-compat.h
gst-i18n-app.h
gst-i18n-lib.h
gst.c
gst.h gst: New Stream listing/selection system 2016-06-30 12:31:06 +02:00
gst_private.h
gstallocator.c
gstallocator.h
gstatomicqueue.c
gstatomicqueue.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstbin.c
gstbin.h
gstbuffer.c
gstbuffer.h
gstbufferlist.c
gstbufferlist.h
gstbufferpool.c
gstbufferpool.h
gstbus.c
gstbus.h
gstcaps.c
gstcaps.h
gstcapsfeatures.c
gstcapsfeatures.h
gstchildproxy.c
gstchildproxy.h
gstclock-linreg.c
gstclock.c
gstclock.h
gstcompat.h
gstconfig.h.in gstconfig.h: Don't use extern with dllexport 2016-06-24 01:09:32 +01:00
gstcontext.c
gstcontext.h
gstcontrolbinding.c
gstcontrolbinding.h
gstcontrolsource.c
gstcontrolsource.h
gstdatetime.c
gstdatetime.h
gstdebugutils.c
gstdebugutils.h
gstdevice.c
gstdevice.h
gstdevicemonitor.c
gstdevicemonitor.h
gstdeviceprovider.c
gstdeviceprovider.h
gstdeviceproviderfactory.c
gstdeviceproviderfactory.h
gstelement.c
gstelement.h
gstelementfactory.c
gstelementfactory.h
gstelementmetadata.h
gsterror.c
gsterror.h
gstevent.c
gstevent.h
gstformat.c
gstformat.h
gstghostpad.c
gstghostpad.h
gstinfo.c
gstinfo.h
gstiterator.c
gstiterator.h
gstmacros.h
gstmemory.c
gstmemory.h
gstmessage.c
gstmessage.h
gstmeta.c
gstmeta.h
gstminiobject.c
gstminiobject.h
gstobject.c
gstobject.h
gstpad.c
gstpad.h
gstpadtemplate.c
gstpadtemplate.h
gstparamspecs.c
gstparamspecs.h
gstparse.c
gstparse.h
gstpipeline.c
gstpipeline.h
gstplugin.c
gstplugin.h
gstpluginfeature.c
gstpluginfeature.h
gstpluginloader.c
gstpluginloader.h
gstpoll.c
gstpoll.h
gstpreset.c
gstpreset.h
gstprotection.c
gstprotection.h
gstquark.c
gstquark.h gst: New Stream listing/selection system 2016-06-30 12:31:06 +02:00
gstquery.c
gstquery.h
gstregistry.c
gstregistry.h
gstregistrybinary.c
gstregistrybinary.h
gstregistrychunks.c
gstregistrychunks.h
gstsample.c sample: add gst_sample_set/get_buffer_list apis 2015-06-22 13:17:01 +02:00
gstsample.h
gstsegment.c
gstsegment.h
gststreamcollection.c
gststreamcollection.h
gststreams.c
gststreams.h
gststructure.c
gststructure.h
gstsystemclock.c
gstsystemclock.h
gsttaglist.c
gsttaglist.h
gsttagsetter.c
gsttagsetter.h
gsttask.c
gsttask.h
gsttaskpool.c
gsttaskpool.h
gsttoc.c
gsttoc.h
gsttocsetter.c
gsttocsetter.h
gsttrace.c
gsttrace.h
gsttracer.c
gsttracer.h
gsttracerfactory.c
gsttracerfactory.h
gsttracerrecord.c
gsttracerrecord.h
gsttracerutils.c
gsttracerutils.h
gsttypefind.c
gsttypefind.h
gsttypefindfactory.c
gsttypefindfactory.h
gsturi.c uri: unref instead of using _gst_uri_free() directly 2016-05-04 10:08:24 +03:00
gsturi.h
gstutils.c
gstutils.h
gstvalue.c
gstvalue.h gstvalue: Add GstFlagSet type 2015-05-25 16:23:33 +10:00
gstversion.h.in
Makefile.am
math-compat.h