Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/mapmapteam/gst-plugins-gl
Fork of gst-plugins-gl
https://github.com/mapmapteam/gst-plugins-gl
From 47cb23a to 14cec89
0fc0cf5d3f92cb28c8a90d07a6c69371c1075d4b authored about 15 years ago872034e3d25a2c02477a135345db1434104fddd0 authored about 15 years ago
First, inactivate shared gl contexts known by each sink pad.
Then, destroy the gl context known ...
From 87bf428 to 47cb23a
ee95bb629e01f5ab7672e8764115e865f6085d21 authored about 15 years agoFrom da4c75c to 87bf428
f5faefe1a781af6b7772208da57237d8c53f95dc authored about 15 years agoFrom 53a2485 to da4c75c
3816cc5abea032443b32d25cba495409de2de0f2 authored about 15 years ago
Fix some sporadic crashes during startup and shutdown.
File permissions are changed from 755 to ...
3ea78bce3de1eb7d4705e5f58df485f025a70978 authored about 15 years ago
For now only identity, mirror and squeeze effects are available.
Maybe some factorization is nee...
b2a0b720c8f682edc5373b4176913a217574bb5d authored about 15 years ago
Also add it to glfilterapp.
Fixes #559131
26e11aea1dda5e4735c30b26d30cea2ad525767b authored about 15 years agoFrom 0702fe1 to 53a2485
7edf5771853fa34099b07de1c2b18e03db9048dd authored about 15 years agoIt repairs the cluttershare and sdlshare example
df18ba2f07b4c1c1a4d8474ef49f47dbba940d93 authored about 15 years agosee comment #5 from bug #600797
188b3bf03ba5ae5be81480ce75177dd234f892cd authored about 15 years ago
qglwtextureshare now works again. In this example,
the pipeline is src ! glupload ! fakesink.
So...
0cdd7de710b6981cb1f47fc1a83089007d86fa2c authored about 15 years ago
Initialise the gstglmixer debug category before using it.
e0e96dcb5448546f7fbe9e3993a638b2e1f5c450 authored about 15 years ago
Note that at this point the shares example are
not working anymore (even on linux)
It seems that...
1eece928bec88e409c25605735938b24f8211943 authored about 15 years ago
fix #601277
b195d9d080f0410478df5bb39eec2cd7cdc39d0d authored about 15 years ago4eef883ab481057056e6ab6437d4cc1842f394d7 authored about 15 years ago
ec227e427d2676d977512c289a534425b7314e53 authored about 15 years ago
fix #600797
7c7b30da9b4ba58ccb6a245a889d4374ebdb9f6a authored about 15 years agofix #588653
9ac2f4102ead9d62aceab43102c7eb5a53bec9d1 authored about 15 years ago
For example:
videotestsrc ! glupload ! ... ! glfiter ! ... ! glmosaic ! fakesink
Usefull when us...
fix #600630
893ae78ae38e87009037a7c87c7a558b4694653a authored about 15 years ago8e8c38f2b68082948673785cec94e54f64577720 authored about 15 years ago
eb3bc3e81d9bf4545734b1346111a6d689851375 authored about 15 years ago
The background image needs to be scaled to fit current texture size.
Previously this was done by...
glRenderbufferStorage does not accept GL_DEPTH_COMPONENT in
OpenGL ES 2.0.
Fix bug #593786
a17e7ad3dfc221a2b14bdba1df47939d1c1b2883 authored about 15 years ago
Also use GPtrArray instead of GArray in glmixer.
And add a pipeline to tests/pieplines
3c98fae4ad7f6fba526af020781969080ca46f5f authored about 15 years ago
Before, the window size was given at its creation. Now, it's done at
the drawing step because it...
eb34c67b9de9912c7f81334b537984f144e39a0d authored about 15 years ago
4674cc0e6b46642984ab6d29fa6e100585c88d16 authored about 15 years ago
9c89a48dabd0aa76e349fa810d55e38a14b582d9 authored about 15 years ago
56db4f19a6a2b436f5d5b3f7c57507a98e9d5e77 authored about 15 years ago
glmixer can be seen as a glfilter except it handles N requested
sink pads.
Each sink pad and the...
e31c9c1f2692f91eade44ebde28dbe38c55db62a authored about 15 years ago
fccecd091fc244f4bb26fde1de2b9f94a995d5fd authored about 15 years ago
Before, a gstgldisplay was instancied by the gl src in terms of gl chain.
And then the next elem...
736e36e19556333cac902cf9516ae2432d4853cf authored about 15 years ago
9db188dbeff2434028e9cce876dea9a18ac6f1ec authored over 15 years ago
59e9f09b2c06579a5957d1a3fd01307b4cb2d66d authored over 15 years ago
From 85d1530 to 0702fe1
c8a9491468bbae251c38a6647e04ee41e2a1a196 authored over 15 years agoPartially fix #593786
455868cd2999ce39a2fa25d4745c6bd64d428f94 authored over 15 years agoe8d7e9d0cf9fbaf8c37ce9e0ba5ec2be8e5037dc authored over 15 years ago
From a3e3ce4 to 85d1530
018fddd8f70b1bb5cd000f3152a3a81555ef5080 authored over 15 years agoFrom 19fa4f3 to a3e3ce4
0f07d32969b5aff8dd5a4ab64b14026d57b10098 authored over 15 years agoFix bug #595303
acf880d870f0e38a272098814bd95bd3d2fddd8f authored over 15 years agoPreviously restricted to RGBA, now gloverlay can also handle a RGB image.
18f5c4875006606b28aa9aa366abbc5dd1e16b60 authored over 15 years ago
A texture is not destroyed when when we are done with it.
This texture is just added to the text...
Thanks to the texture pool the gl textures are re-used.
When re-using one, no opengl code is exe...
f33dc6a51736f9e547206a91afbdd21f3f86775c authored over 15 years ago
10c5283daa2d7b01023ae6e5e5a8a3e205f0ad2d authored over 15 years ago
9c925b5a2ee9b18ebc6a631b96de1f46c89d4177 authored over 15 years ago
Add a pkg-config check for opengl and if not found assume opengl-es. If user has
none of both on...
From 94f95e3 to 19fa4f3
e683a30ee57efb9cc17a615719c148ad140d6744 authored over 15 years agoFix bug #591591
8cf6ca13fa3a458afb300a2eeab21dc09b1cf07d authored over 15 years agof3733f9a6d0cb64ad6a374fba0b4595f767ebe96 authored over 15 years ago
3070f78743de90ab3781b5ebe8a215f800c3553b authored over 15 years ago
Cygwin is a *NIX/X11 platform
3359bb602069825be00d1d9f54220d69325052fb authored over 15 years agoAlso update cmake modules to handle more possible cases
d2554676f82667f2d47563db93192a736a71df48 authored over 15 years ago68f4ffde051a6a65b0bb72c23c0a5f1eac769014 authored over 15 years ago
55ebbd43d67a02977b36255f1cf99348873afad4 authored over 15 years ago
It shows how to use gl textures that come
from gst gl elements inside a SDL OpenGL scene
actually be for this package
5a990adc10eca7978665bcdfc8d253e857ea9ce9 authored over 15 years ago6186ec509d32030041ffb5a89aae2b53d8a5e63d authored over 15 years ago
Default implementation of NSOpenglView::update is not safe because it
just calls update on the o...
1a8d1e94a225c3fee715a381d72069f7c0a8cbdd authored over 15 years ago
Fixes bug #589627.
82466692a16f68dc8a77d38cf32254514a88f612 authored over 15 years ago
Split out declarations into header files and hook everything up so
that five more elements show ...
gst-launch-0.10 videotestsrc ! tee name=t ! queue ! glimagesink t. ! queue ! glimagesink
now wor...
We can now generate a Xcode project (or Unix Makfiles),
see INSTALL file
- All gstglwindow members are now modified only in the gl thread
to avoid thread concurrency
- O...
From fedaaee to 94f95e3
f4f8fffe7085d4c3b583bd919e7bd7b97d1ea909 authored over 15 years agoeb036a476f8ae74f8f17fe9aa3e935a509a166c6 authored over 15 years ago
It works with both gst-launch and a cocoa app (non-embedded and embedded)
But there is still som...
74a2b04435b27e5a1d4f9cdead04df5420d51486 authored over 15 years ago
No need to have two license files if everything is licensed as LGPLv2+.
Fixes bug #588510.
93f16ed9fa40b680191b7e1ea530116be09f3511 authored over 15 years ago8ea2c4dff29ec5eb91763ff5b8d401dbb19c9abb authored over 15 years ago
83b8a59898a664fa9487bbc4fb32a7ed587e7106 authored over 15 years ago
af0f9c035f6b1da683e1da6932017fdf5179e859 authored over 15 years ago
From 5845b63 to fedaaee
e136f1880763e8ae47931088de2fddc3d2f6ba39 authored over 15 years agof880cf1eec138172fc6494bb7d0d4745a3a3459a authored over 15 years ago
b97e0496335be9d7724c4a9744cec4ad266b8cf6 authored over 15 years ago
de4482f4e028f451a3f0f56f61b09a0a1c611305 authored over 15 years ago
be8f8d539881ceca50392d756bec0255ce25575a authored over 15 years ago
d227a6080d6eb6c376760a4b4ec5267eff74280a authored over 15 years ago
Take the display lock before signalling the create-context cond
to ensure the caller has dropped...
Error out cleanly instead of crashing when the X11 display can't
be contacted.
Remove elements that don't exist in this module from
STATE_IGNORE_ELEMENTS
c3ea3ad7b881b5ed5d9c1cc661af16bb7992fa50 authored over 15 years ago
0e32d638e3e98563b968accdadda4316c4a640c6 authored over 15 years ago
2f5bec69cb66a5e6e049842fdc35499055c27a0b authored over 15 years ago
From f810030 to 5845b63
e8cbe0658bf132600280ef68cfccdb107c3fd820 authored over 15 years ago1dd4cbe155ed0b92f12b8bb47487389aa8085d94 authored over 15 years ago
b9eb87556f6dc0432f4d0db2c28731333628861a authored over 15 years ago
56248e073c3c30555bd8c8fd97d7a50f1ecf9546 authored over 15 years ago
Greedyh operation implemented using OpenGL Shading Language.
We could add other operations later...