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 671734 - Video in totem has half the width it should have
Video in totem has half the width it should have
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
0.10.2
Other Linux
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-09 17:19 UTC by Sven
Modified: 2012-05-10 21:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sven 2012-03-09 17:19:05 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.
Comment 1 Sven 2012-03-09 17:35:18 UTC
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)
Comment 2 Tim-Philipp Müller 2012-03-09 17:50:45 UTC
Does that also happen with

  gst-launch-0.10 playbin2 uri=file:///...  video-sink=glimagesink

or so?
Comment 3 Sven 2012-03-09 17:53:48 UTC
No, with gst-launch it works just fine.
Comment 4 Sven 2012-03-09 20:17:47 UTC
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
Comment 5 Sven 2012-03-09 20:18:26 UTC
Typo in last sentence, was meant to be: They appear only when using gst-plugins-gl
Comment 6 Julien Isorce 2012-04-05 09:51:45 UTC
In order to reproduce the problem, what's the easiest way to tell totem to use glimagesink ? (xvimagesink or other video sink)
Comment 7 Sven 2012-04-05 11:29:28 UTC
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.
Comment 8 Julien Isorce 2012-04-05 15:38:51 UTC
I can reproduce it. I'll try to find the cause.
Comment 9 Julien Isorce 2012-04-10 14:23:27 UTC
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)