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 554142 - mad plugin with disable index seeking issue
mad plugin with disable index seeking issue
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.9
Other All
: Normal minor
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-28 08:25 UTC by Sameer Naik
Modified: 2008-09-28 17:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
FIXES 554142 (3.44 KB, patch)
2008-09-28 08:27 UTC, Sameer Naik
committed Details | Review

Description Sameer Naik 2008-09-28 08:25:58 UTC
if gstreamer is compiled with --disable-index option, thereby disabling the indexed seeking subsystem in gstreamer, and then if the mad plugin is compiled from the gstreamer ugly package, undefined gst_index_* symbols are present in the resulting mad plugin.

Other information:
This issue is basically due to the absence of GST_DISABLE_INDEX macro checks within the mad plugin.
Comment 1 Sameer Naik 2008-09-28 08:27:58 UTC
Created attachment 119517 [details] [review]
FIXES 554142

attached is the patch that fixes this issue and has been generated against the HEAD version of gst-plugins-ugly
Comment 2 Sebastian Dröge (slomo) 2008-09-28 17:31:27 UTC
2008-09-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

        Patch by: Sameer Naik <sameer dot subscriptions at damagehead dot com>

        * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_dispose),
        (gst_mad_src_event), (gst_mad_chain):
        * ext/mad/gstmad.h:
        Fix compilation with --disable-index. Fixes bug #554142.