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 677958 - osxaudiosink: add support for SPDIF output
osxaudiosink: add support for SPDIF output
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other Mac OS
: Normal enhancement
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-12 16:11 UTC by Josep Torra Valles
Modified: 2012-06-14 06:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch that add SPDIF support to osxaudiosink (75.67 KB, patch)
2012-06-12 16:11 UTC, Josep Torra Valles
none Details | Review
Patch that add SPDIF support to osxaudiosink (75.59 KB, patch)
2012-06-13 10:35 UTC, Josep Torra Valles
committed Details | Review

Description Josep Torra Valles 2012-06-12 16:11:47 UTC
Created attachment 216216 [details] [review]
Patch that add SPDIF support to osxaudiosink

The attached patch adds support for SPDIF output on osxaudiosink
Comment 1 Josep Torra Valles 2012-06-13 10:35:42 UTC
Created attachment 216252 [details] [review]
Patch that add SPDIF support to osxaudiosink

Fixed a caps leak.
Comment 2 Sebastian Dröge (slomo) 2012-06-14 06:47:23 UTC
commit 59191412ebfa7e64b74f424657657a33fe70d3be
Author: Josep Torra <n770galaxy@gmail.com>
Date:   Tue Jun 12 12:42:31 2012 +0200

    osxaudiosink: Add support for SPDIF output
    
    A big refactoring to allow passthrough AC3/DTS over SPDIF.
    Several random cleanups and minor fixes.