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 118245 - videocrop adds distortion
videocrop adds distortion
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-07-25 02:08 UTC by Joshua N Pritikin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joshua N Pritikin 2003-07-25 02:08:43 UTC
./gst-launch --gst-debug-no-color filesrc location=/local/aleader/trans.mpg
! mpegdemux ! mpeg2dec ! videocrop  ! colorspace ! pngenc ! filesink
location=/tmp/frame.png

Try it with & without videocrop and see the difference.  I looked at the
code . I didn't see anything obvious.
Comment 1 David Schleef 2003-07-25 08:43:11 UTC
yeah, it was just a little messed up.  I rewrote the core function, it
should behave properly now.

Eventually, I'd like to change videocrop to be a subclass of
videofilter, but not today.