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 723256 - upload some improvements
upload some improvements
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-29 21:33 UTC by Matthew Waters (ystreet00)
Modified: 2014-01-30 19:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
upload: remove superflous g_mutex_init (752 bytes, patch)
2014-01-29 21:33 UTC, Matthew Waters (ystreet00)
committed Details | Review
upload fix scaling for YUY2 with GLES2 (1.02 KB, patch)
2014-01-29 21:34 UTC, Matthew Waters (ystreet00)
committed Details | Review
upload consoldate data _fill (11.59 KB, patch)
2014-01-29 21:34 UTC, Matthew Waters (ystreet00)
committed Details | Review
upload: use GstVideoInfo to choose the format (17.52 KB, patch)
2014-01-29 21:34 UTC, Matthew Waters (ystreet00)
committed Details | Review
add some test for upload (13.74 KB, patch)
2014-01-29 21:35 UTC, Matthew Waters (ystreet00)
none Details | Review
filter implement draw_texture for GLES2 (30.30 KB, patch)
2014-01-29 21:35 UTC, Matthew Waters (ystreet00)
committed Details | Review
add some test for upload (14.65 KB, patch)
2014-01-30 19:00 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2014-01-29 21:33:01 UTC
Follows are some improvements for GstGLUpload + some tests.
Comment 1 Matthew Waters (ystreet00) 2014-01-29 21:33:30 UTC
Created attachment 267583 [details] [review]
upload: remove superflous g_mutex_init
Comment 2 Matthew Waters (ystreet00) 2014-01-29 21:34:00 UTC
Created attachment 267584 [details] [review]
upload fix scaling for YUY2 with GLES2
Comment 3 Matthew Waters (ystreet00) 2014-01-29 21:34:25 UTC
Created attachment 267585 [details] [review]
upload consoldate data _fill
Comment 4 Matthew Waters (ystreet00) 2014-01-29 21:34:54 UTC
Created attachment 267586 [details] [review]
upload: use GstVideoInfo to choose the format
Comment 5 Matthew Waters (ystreet00) 2014-01-29 21:35:18 UTC
Created attachment 267587 [details] [review]
add some test for upload
Comment 6 Matthew Waters (ystreet00) 2014-01-29 21:35:42 UTC
Created attachment 267588 [details] [review]
filter implement draw_texture for GLES2
Comment 7 Matthew Waters (ystreet00) 2014-01-30 19:00:59 UTC
Created attachment 267670 [details] [review]
add some test for upload

Compiles with GLES2 now :)