Tats
557227ac89
Explicitely wrote namespace in file instead of using MM_*_NAMESPACE (related to #278 ).
2016-11-29 00:21:25 -05:00
Tats
f2cd276286
Fixed bug: in some cases the video was blank because of bad audio connection.
2016-11-09 15:36:14 -05:00
Tats
ff9fbe9125
- Fixed problems with video files without audio codec not working properly ( closes #280 )
...
- Cleanup and refactoring
2016-11-09 15:18:20 -05:00
Tats
410578d062
Reintegrated audio support (works on Linux).
2016-10-05 00:36:52 -04:00
Vasilis Liaskovitis
5d37219833
Refactoring VideoImpl
...
VideoImpl now creates the backend pipeline (queue->videoconvert->...->appsink)
Separate subclasses build a different frontend of the pipeline depending on the
type of video stream (uri, webcam , shared memory) that attaches to the backend
pipeline.
- VideoUridecodeBin: front-end for video file / uri
- VideoV4l2SrcBin: front-end for webcam (at the moment only works with
/dev/video*files, tested only on Ubuntu 14.04)
- VideoShmSrcBin: front-end for Shared memory / socket (used to work, currently
has problems)
Code is still hacky, needs work.
2016-04-26 18:32:03 +02:00
Bay Dam
ae88f9d8fb
Fix some name space conflicts
2016-03-16 22:18:57 +01:00
baydam
b375367811
Integrate all code inside a namespace
2016-03-16 18:05:47 +00:00
Bay Dam
c708fc24e4
Preparing for Windows operating system
2016-03-16 11:08:49 +01:00
Tats
0dd48c3ccb
Fixed blocking bug on OSX: program was freezing when move was loaded
2016-03-15 19:19:20 -04:00
Tats
9644b636be
Merge branch 'develop' of github.com:mapmapteam/mapmap into develop
...
# Conflicts:
# VideoImpl.cpp
2016-03-05 21:47:39 -05:00
Tats
bddcf15c0b
Cleanup (including passing gstreamer and std::cout printouts to QDebug).
2016-03-05 21:41:45 -05:00
Alexandre Quessy
61de7911b7
Decrease verbosity in VideoImpl.cpp
2016-03-05 20:04:34 -05:00
Tats
a41b05693a
Compilation error fix.
2016-03-05 14:12:12 -05:00
Tats
218de01f6e
Some cleanup performed related to reverse playback #216 .
2016-03-05 13:45:51 -05:00
Tats
14be9bedbf
Made use of _seekEnabled in a more useful/stable way.
2016-03-04 14:27:53 -05:00
Tats
39970eb81e
Removed all references to audio in VideoImpl for now.
2016-03-04 14:17:03 -05:00
Tats
e4ed0e939c
Fixed bug introduced with latest changes: movie was not properly reloaded resulting in hanging.
2016-03-04 14:16:51 -05:00
Tats
8b48b6dc8b
Renamed Media* to Video* to avoid confusion.
2016-02-19 18:58:38 -05:00
Tats
430b0f223a
Refactor Video -> Media
2014-04-26 12:22:33 +01:00
Tats
f9ac582804
Loop movie
2014-04-26 01:02:06 +01:00
Tats
ada827de41
Replaced images by videos + implemented hack on update() / runVideo() to quickly test gstreamer (works!)
2014-04-26 00:07:25 +01:00
Tats
ed3f476d6b
Brutal port of Drone code to try to make video work using gstreamer 0.10 using appsink
2014-04-25 23:38:46 +01:00
Alexandre Quessy
16ce2a449f
private declaration of VideoImpl
2014-03-06 15:19:06 -05:00