After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 392804 - [API] add GST_CORE_ERROR_DISABLED
[API] add GST_CORE_ERROR_DISABLED
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 0.10.13
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-04 17:32 UTC by Tim-Philipp Müller
Modified: 2007-04-12 13:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch adding GST_CORE_ERROR_DISABLED (1.56 KB, patch)
2007-01-04 17:33 UTC, Tim-Philipp Müller
committed Details | Review

Description Tim-Philipp Müller 2007-01-04 17:32:29 UTC
Attached patch adds GST_CORE_ERROR_DISABLED, which can be returned as GError code if an application is trying to use GStreamer functionality that has been disabled at compile-time.
Comment 1 Tim-Philipp Müller 2007-01-04 17:33:20 UTC
Created attachment 79400 [details] [review]
patch adding GST_CORE_ERROR_DISABLED
Comment 2 Tim-Philipp Müller 2007-04-12 13:00:46 UTC
Committed (with string fixed):

 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>

       * gst/gsterror.c: (_gst_core_errors_init):
       * gst/gsterror.h:
         API: add GST_CORE_ERROR_DISABLED (#392804).