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 686550 - qtdemux: no streams found for journal.pone.0030940.s002.mov, m1v video fourcc
qtdemux: no streams found for journal.pone.0030940.s002.mov, m1v video fourcc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal normal
: 1.0.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-20 23:50 UTC by nils+bugzilla.gnome.org
Modified: 2012-10-22 09:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description nils+bugzilla.gnome.org 2012-10-20 23:50:23 UTC
A file from PLOS does not play with GStreamer 0.10.36
 on Debian, I have no idea why: <http://www.plosone.org/article/fetchSingleRepresentation.action?uri=info:doi/10.1371/journal.pone.0011915.s005>

See also bug report for the Open Access Media Converter: <https://github.com/erlehmann/open-access-media-importer/issues/21>
Comment 1 nils+bugzilla.gnome.org 2012-10-21 00:04:56 UTC
Another file from PLOS that does not play: <http://www.plosone.org/article/fetchSingleRepresentation.action?uri=info:doi/10.1371/journal.pone.0030940.s002>
Comment 2 Tim-Philipp Müller 2012-10-21 12:27:17 UTC
The AVI seems to play fine for me with git master (soon to become 1.0.2), though I'm not sure if the picture is up-side-down or not, hard to tell. mplayer plays it with the end bit at the top, with GStreamer the end bit is at the bottom. Which one is right?

The qtdemux one only mplayer can play here. Moving to qtdemux for now.
Comment 3 Wim Taymans 2012-10-22 09:42:09 UTC
fix for qtdemux:

commit 199aaa40212bdc70649326df3b4f10997cc71190
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Mon Oct 22 11:39:37 2012 +0200

    qtdemux: add support for 'generic' samples
    
    Add support for stuffing a complete stream into 1 sample.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=686550
Comment 4 Wim Taymans 2012-10-22 09:56:59 UTC
commit a2eead3d60b1f87c26d9f795a614982be6cb3166
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Mon Oct 22 11:55:59 2012 +0200

    avi_ fix invert function
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686550