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 550280 - Move qtmux to gst-plugins-bad
Move qtmux to gst-plugins-bad
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-01 19:17 UTC by Thiago Sousa Santos
Modified: 2009-01-09 22:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thiago Sousa Santos 2008-09-01 19:17:22 UTC
qtmux is a quicktime file format (.mov) that was developed as part of Google Summer of Code project and now that the project is over it should be moved to gst-plugins-bad.

It is currently hosted at http://gforge.embedded.ufcg.edu.br/projects/qtmux/
Information for code checkout are here: http://gforge.embedded.ufcg.edu.br/scm/?group_id=122
Comment 1 David Schleef 2008-11-08 02:11:15 UTC
2008-11-07  David Schleef  <ds@schleef.org>

        patch by: Thiago Sousa Santos <thiagossantos@gmail.com>

        * configure.ac:
        * gst/qtmux/Makefile.am:
        * gst/qtmux/atoms.c:
        * gst/qtmux/atoms.h:
        * gst/qtmux/descriptors.c:
        * gst/qtmux/descriptors.h:
        * gst/qtmux/fourcc.h:
        * gst/qtmux/ftypcc.h:
        * gst/qtmux/gstqtmux.c:
        * gst/qtmux/gstqtmux.h:
        * gst/qtmux/gstqtmuxmap.c:
        * gst/qtmux/gstqtmuxmap.h:
        * gst/qtmux/properties.c:
        * gst/qtmux/properties.h:
          Copy qtmux from revision 148 of the gst-qtmux repository.
          Fixes #550280.