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 697884 - multipartdemux and jpegparse do not link
multipartdemux and jpegparse do not link
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.0.6
Other Linux
: Normal normal
: 1.0.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-12 15:13 UTC by Alexander Olsson
Modified: 2013-04-14 11:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
supplied fix (927 bytes, patch)
2013-04-12 15:13 UTC, Alexander Olsson
committed Details | Review

Description Alexander Olsson 2013-04-12 15:13:07 UTC
Created attachment 241358 [details] [review]
supplied fix

Multipartdemux do not link with jpegparse as jpegparse requires parsed to be false, while it is omitted by multipartdemux.

Supplied fix removes the requirement by jpegparse and simply allows linking no matter the value of 'parsed'.
Comment 1 Tim-Philipp Müller 2013-04-14 11:45:07 UTC
Thanks, pushed:

 commit 90229af34c3e8d16d340de8309b12f8681da584b
 Author: Alexander Olsson <alexo@axis.com>
 Date:   Fri Apr 12 17:01:38 2013 +0200

    jpegparse: accept any jpeg input - parsed, unparsed or unmarked
    
    The src element may not include information about whether
    the data is parsed or not. Hence do not require parsed=false.
    
    Fixes multipartdemux ! jpegparse ! ...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697884