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 107373 - videocrop plugin not working
videocrop plugin not working
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-03-02 02:12 UTC by Zeeshan Ali
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Zeeshan Ali 2003-03-02 02:12:26 UTC
The videocrop plugin seems to be completelly out of the order, the
following pipelines used to work smoothly before and now it just segfaults:

gst-launch filesrc location=/tmp/zak/entertainment/movies/AlienSong.mpg !
mpeg2dec ! videocrop width=160 height=120 ! colorspace ! xvideosink

The videoscale does work but somehow it brokes the image into 2 parts and
the 2 parts are fipped.
Comment 1 Zeeshan Ali 2003-03-02 02:18:03 UTC
Sorry guys, that videoscale bug was a bug of my video card's Xv
problem, sorry again. But the videocrop bug is still there.