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 669643 - [0.11] interleave port
[0.11] interleave port
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.11.x
Other Linux
: Normal normal
: 0.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-08 09:58 UTC by Philippe Normand
Modified: 2012-04-09 10:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
interleave: port to 0.11 (38.68 KB, patch)
2012-02-14 10:57 UTC, Philippe Normand
committed Details | Review

Description Philippe Normand 2012-02-08 09:58:38 UTC
The interleave element needs to be ported :)
Comment 1 Philippe Normand 2012-02-14 10:57:03 UTC
Created attachment 207519 [details] [review]
interleave: port to 0.11

Port of the interleave element and its unittests.
Comment 2 Tim-Philipp Müller 2012-02-16 14:43:18 UTC
Thanks!

 commit 4945af5eff456defc0073a38982e0e92a0a4305b
 Author: Philippe Normand <philn@igalia.com>
 Date:   Tue Feb 14 11:56:00 2012 +0100

    interleave: port to 0.11
    
    Port of the interleave element and its unittests.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669643
Comment 3 Tim-Philipp Müller 2012-04-09 10:14:09 UTC
FYI:

 commit fa5edd2680d1e3e27eaf75867800167b973ad896
 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
 Date:   Mon Apr 9 00:14:48 2012 +0100

    interleave: make channel-poisitions property a GValueArray again
    
    Or perhaps it should just be a guint64 channel mask, which would
    be nicer in C, but more awkward for bindings (even more so since
    we can't add a flags type for it, since that only supports guint
    size flags). Fixes wavenc unit test.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669643