GNOME Bugzilla – Bug 671734
Video in totem has half the width it should have
Last modified: 2012-05-10 21:51:00 UTC
Hi, as the sammary says: The video has half the width it should have. The height is correct. In result, the video looks distorted.
Of course the issue only occurs with gst-plugins-gl but not with X11 or Xv. (I have problems with Xv, only shows black rectangle, seems to be due some issue of the nvidia driver - hence I'm trying to use GL, which works fine beside the aspect issue)
Does that also happen with gst-launch-0.10 playbin2 uri=file:///... video-sink=glimagesink or so?
No, with gst-launch it works just fine.
When opening a video or changing the aspect ratio in totem 2.32.0, I see many of these: (totem:27649): GStreamer-CRITICAL **: gst_util_fraction_multiply: assertion `b_d != 0' failed They don't appear only when using gst-plugins-gl
Typo in last sentence, was meant to be: They appear only when using gst-plugins-gl
In order to reproduce the problem, what's the easiest way to tell totem to use glimagesink ? (xvimagesink or other video sink)
In order to switch between gl and other sinks, I use the gstreamer-properties tool and change the default sink. On my system, gstreamer-properties is part of the gnome-media package.
I can reproduce it. I'll try to find the cause.
commit 092319efc566fa862e4cb884c8d9ae646f7a2f3a Author: Julien Isorce <julien.isorce@gmail.com> Date: Tue Apr 10 16:12:14 2012 +0200 glimagesink: pixel-aspect-ratio property now returns "1/1" by default Previously it was not set Fix bug #671734 (compatibility with Totem)