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 682936 - qtdemux: error when playing vc-1 encoded ismv file, unhandled fourccs
qtdemux: error when playing vc-1 encoded ismv file, unhandled fourccs
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-29 12:03 UTC by Jan Edhner
Modified: 2015-09-07 09:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst_debug log (551.29 KB, text/x-log)
2012-08-29 12:03 UTC, Jan Edhner
Details

Description Jan Edhner 2012-08-29 12:03:54 UTC
Created attachment 222740 [details]
gst_debug log

When trying to play: http://playready.directtaps.net/smoothstreaming/TTLSS720VC1/To_The_Limit_720_688.ismv

Using the following command:
GST_DEBUG=*demux*:5 gst-launch-0.10 filesrc location=./To_The_Limit_720_688.ismv ! qtdemux ! ffdec_vc1 ! ffmpegcolorspace ! videoscale ! autovideosink >& ismv_with_vc1.log

I get an error that states "streaming stopped, reason not-linked"! 

I think that the reason might have something to do with the caps. Here is a part of the log:
"qtdemux qtdemux.c:5138:gst_qtdemux_add_stream:<qtdemux0>[00m setting caps video/x-gst-fourcc-vc-1, width=(int)448, height=(int)252, framerate=(fraction)500/21, pixel-aspect-ratio=(fraction)1/1"

Is video/x-gst-fourcc-vc-1 really correct? I thought it should be "video/x-wmv" or something along those lines (but I might be wrong)

I have been testing on GStreamer 0.10.36 (gst-plugins-good 0.10.31)
Comment 1 Tim-Philipp Müller 2012-11-25 14:19:29 UTC
commit 314efb684b97f3d3a66577cdca892532a7565cd7
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Sun Nov 25 14:16:09 2012 +0000

    qtdemux: avoid criticals if unknown fourcc has space at beginning or end
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682936
Comment 2 Julien Isorce 2015-09-07 09:24:14 UTC
Few days ago the stream in #1 was not working because of a qtdemux error that I cannot remember. After updating whole gstreamer from today the link is working. So I think we can close this bug.