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 727673 - avdec_aic sink missing caps
avdec_aic sink missing caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-05 16:49 UTC by Christian Fredrik Kalager Schaller
Modified: 2014-04-06 07:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2014-04-05 16:49:33 UTC
Got a bug report on Transmageddon from someone saying that the system could not find a plugin for video/x-apple-intermediate-codec. Looking at the plugins I realize the avdec_aic plugin should be able to handle this, but the Pad Template has unknown/unknown as it capabilities instead of video/x-apple-intermediate-codec

Pad Templates:
  SINK template: 'sink'
    Availability: Always
    Capabilities:
      unknown/unknown
Comment 1 Sebastian Dröge (slomo) 2014-04-06 07:06:12 UTC
commit 99ca91f3a3fdf3ced8524d9427072c8aee33695c
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Sun Apr 6 09:02:46 2014 +0200

    avcodecmap: Add mapping for Apple Intermediate Codec
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727673