Commit Graph

17 Commits

Author SHA1 Message Date
Carsten Haitzler a673ffa1bd generic loaders - fix load if process esits before stdout produced
i found that generic loaders broke on my machine. stdout was never
reaching the app. child process exited and never sent stdout before
parent got anything - it all was lost in buffers somewhere. this fixes
it. fflush stdout. nasty little bugger.

@fix
2015-08-11 21:34:48 +09:00
Carsten Haitzler 3ca02d5880 actually fix gst generic loader 2014-08-03 21:14:55 +09:00
Carsten Haitzler d1ac39f0b0 fix gst video loader in generic to have key actually work
this never worked - key in gst loader was meant to be position in
seconds (well an integer with 1000 units per second). it was just
wrong and never worked. works now. :)

@fix
2014-08-03 21:12:07 +09:00
Carsten Haitzler c4388d01a9 gst1 support fixed now to do argb properly 2014-06-22 10:15:41 +09:00
Luca Galli 1b1bcd75da Trying to port evas_generic_loaders to gstreamer1.0
Summary: Resulting video files thumbnail are grey and glitched

Reviewers: raster, cedric

CC: cedric

Differential Revision: https://phab.enlightenment.org/D819
2014-05-27 17:48:22 +09:00
Carsten Haitzler 2092f31170 gst loader - support key as stream position in 1/1000th of a second 2014-01-13 05:11:49 +09:00
Mike Blumenkrantz baac6515a6 add note on why checking n-video gst property will never work (not just 1.0+) 2013-12-02 14:19:41 -05:00
Mike Blumenkrantz cd54a4e1e3 bugfix: add a typefind to gstreamer plugin pipeline
previously, we would load any file and try to force it into video/x-raw-rgb, which was (obviously) problematic for audio-only files. with a typefind added to the pipeline, only files which can output to video/x-raw-rgb will be processed
2013-12-02 14:16:20 -05:00
Mike Blumenkrantz a12299d4e0 bugfix: unbreak gstreamer plugin
apparently the only way to fix this in 0.10 without newer apis is to not fix it
2013-12-02 12:39:54 -05:00
Mike Blumenkrantz 3dd97971db Revert "bugfix: support gstreamer 0.10 and 1.0"
This reverts commit e629f406a55489bcbf46f1e6b76b47fdfa72094b.

somehow this went from compiling to not compiling in the time that I committed. I blame cedric.
2013-12-02 12:39:49 -05:00
Mike Blumenkrantz 58d6c943aa bugfix: support gstreamer 0.10 and 1.0
commit 576b20e11c24c079d944fbbfb2d8902c4b313c10 last week broke gstreamer usage with 0.10 (n-video property not present until >= 1.0), but we required 0.10. not a great idea since most distros seem to still ship 0.10 by default, which means that ALL gst image loads would always fail
2013-12-02 12:31:06 -05:00
Carsten Haitzler e84ed727b0 gst loader - early quit if gst stream has no video streams
this should fix the hang/pause in T551. so T551 fixed by this.
2013-11-27 00:12:18 +09:00
Daniel Juyung Seo fd401156a6 efl, evas_generic_loaders: Removed unused variable. Set EINA_UNUSED to unused variables.
SVN revision: 83788
2013-02-08 15:47:11 +00:00
Mike Blumenkrantz f1a88e0726 shut up gst debug printfs
SVN revision: 77433
2012-10-04 12:25:33 +00:00
Carsten Haitzler 764ddff2f8 add timeouts to all generic loaders - same timer infra.
SVN revision: 77076
2012-09-26 08:07:33 +00:00
Carsten Haitzler 198bfa025d add gst loader timeout.
SVN revision: 73071
2012-06-30 05:32:04 +00:00
Vincent Torri c4001fcaef Add gstreamer generic loader
SVN revision: 59925
2011-06-03 22:38:13 +00:00