index
:
~thiagoss/gst-plugins-bad
adaptivedemux
basemixer
camerabin
cookies
dash-wip
dash-youtube
dashsink
dvb
dvb-v5-file
gstcollectpads2
hds
hls
hls-improvements
isdb
master
mssdemux-multilanguage
mssdemux-not-linked
reverted-acceptcaps
snap-seeking
tesseract
tsbase-atsc
tsdemux-programchange
urisrc
gst-plugins-bad branch (Contains GstCollectPads2)
thiagoss
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
camerabin
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-12
camerabin: activate video bin before feeding data to it
Mark Nauwelaerts
1
-0
/
+2
2010-03-11
camerabin: refactor cropping and adapting captured images
Lasse Laukkanen
2
-118
/
+137
2010-03-11
camerabin: fix NULL -> READY state change failure handling.
Teemu Katajisto
2
-0
/
+7
2010-03-11
camerabin: don't use gst_bus_poll() when creating preview image
Lasse Laukkanen
1
-3
/
+2
2010-01-28
camerabin: don't log NULL caps, also downgrade to DEBUG as it is very verbose
Stefan Kost
1
-1
/
+2
2010-01-25
camerabin: ref element before removing from the bin to resurrect
Stefan Kost
1
-5
/
+12
2009-11-27
camerabin: photography interface properties. Fixes #573370 (partially)
Teemu Katajisto
4
-74
/
+337
2009-11-27
camerabin: add flags property. Fixes #573370 (partially)
Teemu Katajisto
9
-183
/
+401
2009-11-27
camerabin: remove timeoverlay build-time definition
Teemu Katajisto
2
-8
/
+0
2009-10-24
camerabin: fix build
Wim Taymans
1
-3
/
+4
2009-10-24
camerabin: remove abbreviations from the property names. Fixes #573370 (parti...
Stefan Kost
2
-56
/
+59
2009-10-24
build: use gst-glib-gen.mak to fix the glib build rules.
Stefan Kost
1
-2
/
+3
2009-10-24
camerabin: code cleanups
Stefan Kost
1
-19
/
+29
2009-10-24
camerabin: implement video preview creation
Tommi Myöhänen
4
-64
/
+127
2009-10-24
camerabin: set camerabin default sources/sinks like in playbin2. Fixes #574434
Stefan Kost
4
-50
/
+88
2009-10-01
camerabin: fix deadlock when error occurs at video recording startup
Lasse Laukkanen
1
-3
/
+2
2009-10-01
camerabin: handle preview-caps only in image mode and only when they change
Tommi Myöhänen
1
-5
/
+17
2009-10-01
camerabin: don't send multiple EOS events to video pipeline
Tommi Myöhänen
2
-6
/
+15
2009-10-01
camerabin: fix scene mode setting
Tommi Myöhänen
1
-0
/
+4
2009-10-01
camerabin: allow mode parameter setting in NULL state
Tommi Myöhänen
1
-15
/
+21
2009-10-01
camerabin: allow capture resolution to be set in NULL state
Tommi Myöhänen
2
-3
/
+31
2009-10-01
camerabin: fix image queue parameter setting
Tommi Myöhänen
1
-4
/
+2
2009-10-01
camerabin: fix warning with g_object_get and join separate g_object_sets into...
Tommi Myöhänen
1
-9
/
+7
2009-10-01
camerabin: reset active-pad in output-selector after READY state
Tommi Myöhänen
1
-0
/
+13
2009-10-01
camerabin: don't reset capsfilters or zoom if error occurs
Lasse Laukkanen
1
-1
/
+0
2009-07-31
camerabin: Set camerasrc to READY state instead of PAUSED when acquiring allo...
Tommi Myöhänen
1
-9
/
+6
2009-07-28
camerabin: photo iface setter functions return TRUE when used in NULL state
Tommi Myöhänen
1
-7
/
+7
2009-07-28
camerabin: do not put video pipeline into READY when start recording camerabi...
Tommi Myöhänen
3
-7
/
+51
2009-07-21
camerabin: small speedup in software zoom
Stefan Kost
1
-0
/
+4
2009-07-20
camerabin: log formats in preview image conversion
Stefan Kost
1
-1
/
+4
2009-07-20
camerabin: remove unused variable assignment
Stefan Kost
1
-4
/
+1
2009-07-17
camerabin: use gst_caps_replace instead of separate calls
Stefan Kost
1
-10
/
+4
2009-07-15
camerabin: use nonbuffered io to save memcopies
Stefan Kost
2
-7
/
+5
2009-07-15
camerabin: track todo items
Stefan Kost
1
-0
/
+31
2009-07-15
camerabin: leave image/video bin in ready when changing mode
Stefan Kost
1
-1
/
+1
2009-06-26
camerabin: code cleanups
Stefan Kost
1
-14
/
+10
2009-06-26
camerabin: just ref caps, we don't need a writable copy
Stefan Kost
1
-1
/
+3
2009-06-26
camerabin: no need to ref and unref this temporarily
Stefan Kost
1
-2
/
+3
2009-06-26
camerabin: don't leak sink_caps if they would be any-caps
Stefan Kost
1
-22
/
+24
2009-06-26
camerabin: don't leak preview images
Stefan Kost
1
-0
/
+1
2009-06-26
camerabin: don't leak viewfinder-caps
Stefan Kost
1
-0
/
+2
2009-06-26
camerabin: insert a few blank lines for readability
Stefan Kost
1
-1
/
+3
2009-06-26
camerabin: don't leak messages and element refs in preview
Stefan Kost
1
-1
/
+14
2009-06-25
camerabin: don't leak requestpads
Stefan Kost
2
-0
/
+9
2009-06-24
camerabin: buffer-alloc support fixes to image and video bin handling
Lasse Laukkanen
1
-45
/
+29
2009-06-24
camerabin: fix setting mute when video bin elements haven't been created
Lasse Laukkanen
2
-12
/
+16
2009-06-24
camerabin: set image bin to PAUSED when starting capture
Lasse Laukkanen
1
-3
/
+3
2009-06-24
camerabin: leave v4l2camsrc "capture-mode" as video mode when pausing
Lasse Laukkanen
1
-12
/
+0
2009-06-22
camerabin: add local include dir to CFLAGS
Stefan Kost
1
-1
/
+3
2009-06-22
camerabin: code cruft removal and debug logs
Stefan Kost
5
-134
/
+92
[next]