GNOME Bugzilla – Bug 471554
real media videos do not work
Last modified: 2007-09-05 21:09:43 UTC
Please describe the problem: Real media videos .rm does not work with gstreamer apps Steps to reproduce: 1. open a real media video Actual results: (totem:10425): GStreamer-WARNING **: pad realvideodec0:src returned caps which are not a real subset of its template caps ** Message: Error: GStreamer ha incontrato un errore generale di stream. rmdemux.c(925): gst_rmdemux_loop (): /play/decodebin0/rmdemux0: stream stopped, reason not-negotiated Expected results: the file is correctly played Does this happen every time? yes Other information: If you want a .rm video to test, it is here: http://launchpadlibrarian.net/6470140/griffin-no-video.rm
With this patch it plays fine with CVS everything. * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain), (gst_real_video_dec_setcaps): Add some more debugging. Don't set LONG for width/height in caps. Set correct output buffer size when caps changed. The custom message sent to the decoder should not include the format and subformat. Fixes #471554.