Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: In GStreamer Gear_VideoSource: URL-based video has wrong size #8

Open
sofian opened this issue Dec 29, 2012 · 0 comments
Open

Comments

@sofian
Copy link
Owner

sofian commented Dec 29, 2012

When trying to playback the example video stream from the GStreamer tutorials the image is offset.

Screenshot of faulty video

What is strange is that GST_BUFFER_SIZE(buffer) doesn't match buffer caps values of height / width.
Here's the info:

Buffer size: 1230720
Number of pixels (buf. size / 3): 410240
Expected number of pixels: 409920
Difference: 320 pixels

Output of buffer caps structure:
video/x-raw-rgb, width=(int)854, height=(int)480, framerate=(fraction)25/1, pixel-aspect-ratio=(fraction)1/1, interlaced=(boolean)false, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255;
@ghost ghost assigned sofian Dec 29, 2012
jukea pushed a commit to jukea/drone that referenced this issue Jan 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant