mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
580121964c
Original commit message from CVS: Added pthread software sync for improved timestamps and pthread queue and sync control to make sure that frames are queued if we sync on them
23 lines
930 B
Text
23 lines
930 B
Text
TODO list (short term):
|
|
=======================
|
|
* v4lmjpegsrc: integrate input/norm autodetection
|
|
* libgstrec: build (a library for video recording)
|
|
* v4lmjpegsink: build (based on liblavplay (mjpegtools) and MJPEG/V4L API)
|
|
* v4lsrc: threaded sync() (done?)
|
|
* v4lsrc: threaded wait-for-sync()-until-queue() (done?)
|
|
|
|
TODO list (long term):
|
|
======================
|
|
* v4lmpegsrc: build (*hint* MPEG card needed *hint*)
|
|
* v4l2element && v4l2src: build (v4l2 supports far more features than
|
|
v4l1 so I really want seperate plugins for it)
|
|
* BSD-videosrc: build (based on Meteor API)
|
|
|
|
Useful Documentation:
|
|
=====================
|
|
MJPEG/V4L API : ./videodev_mjpeg.h
|
|
V4L API : /usr/include/linux/videodev.h or
|
|
http://roadrunner.swansea.uk.linux.org/v4l.shtml
|
|
V4L2 API : http://www.thedirks.org/v4l2/
|
|
BSD/Meteor API: /usr/include/machine/ioctl_meteor.h
|
|
mjpegtools : http://www.sourceforge.net/projects/mjpeg
|