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 331905 - [jpeg] smokedec not ported
[jpeg] smokedec not ported
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-20 16:16 UTC by Zaheer Abbas Merali
Modified: 2006-03-03 15:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zaheer Abbas Merali 2006-02-20 16:16:18 UTC
Please describe the problem:
smokeenc is ported but not smokedec

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Wim Taymans 2006-03-03 15:51:01 UTC
        * ext/jpeg/Makefile.am:
        * ext/jpeg/gstjpeg.c: (plugin_init):
        * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
        * ext/jpeg/gstjpegenc.h:
        * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
        (gst_smokedec_chain):
        * ext/jpeg/gstsmokedec.h:
        * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
        * ext/jpeg/gstsmokeenc.h:
        * ext/jpeg/smokecodec.h:
        Port smokedec (fixes #331905).
        Added some docs.
        Some cleanups.