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 471554 - real media videos do not work
real media videos do not work
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.5
Other All
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-29 20:23 UTC by Nicolò Chieffo
Modified: 2007-09-05 21:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Nicolò Chieffo 2007-08-29 20:23:27 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
Comment 1 Wim Taymans 2007-09-05 21:09:43 UTC
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.