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 676221 - [0.11] avdec_h264 ! videoconvert ! ximagesink fails with not-negotiated error
[0.11] avdec_h264 ! videoconvert ! ximagesink fails with not-negotiated error
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.11.x
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-17 10:06 UTC by Tim-Philipp Müller
Modified: 2012-05-17 10:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2012-05-17 10:06:47 UTC
gst-launch-1.0 filesrc location=foo.mkv ! matroskademux ! avdec_h264 ! videoconvert ! ximagesink

fails for me with not-negotiated.
Comment 1 Tim-Philipp Müller 2012-05-17 10:17:11 UTC
Not a bug actually, was missing a videoscale for the aspect ratio fixup. Sorry for the noise.