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 680464 - avdemux_*: not-negotiated error
avdemux_*: not-negotiated error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.11.x
Other Linux
: Normal normal
: 1.0.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-23 16:35 UTC by Tim-Philipp Müller
Modified: 2012-09-28 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2012-07-23 16:35:25 UTC
$ gst-launch-1.0 playbin uri=http://s1.atv-stream.de:8190/live.nsv -v
Comment 1 Tim-Philipp Müller 2012-09-28 16:09:58 UTC
commit 07cec6d216457d1367e83dab5322828cea957c74
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Fri Sep 28 16:53:49 2012 +0100

    avdemux: fix not-negotiated errors
    
    Drop caps event received on the sink pad, instead of
    putting it in the list of cached events to be sent
    downstream later. We don't want to send our container
    caps downstream to our decoders, that'll give us
    nasty not-negotiated errors.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680464