index
:
~adn770/gst-plugins-good
0.10
alpha
master
qtdemux-0.10
GStreamer plugins good hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
jack
/
gstjackaudiosink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-04
jack: change the transport-mode enum into flags
Stefan Sauer
1
-6
/
+6
2012-02-07
jack: rework transport support
Stefan Sauer
1
-12
/
+0
2012-01-11
jack: add a transport mode enum
Stefan Sauer
1
-15
/
+54
2012-01-10
jack: deactivate the request_state code
Stefan Sauer
1
-1
/
+7
2012-01-10
jack: add transport control handling
Stefan Sauer
1
-0
/
+10
2011-12-09
jack: don't leak client name when freeing the element
Tim-Philipp Müller
1
-0
/
+13
2011-12-09
jack: add "client-name" property to jackaudiosink and jackaudiosrc
Nicolas Baron
1
-3
/
+23
2011-11-28
various: fix pad template leaks
Vincent Penquerc'h
1
-2
/
+2
2011-08-03
jackaudiosink: Don't call g_alloca() in process_cb
Tristan Matthews
1
-7
/
+9
2011-04-16
jack: fix unused-but-set-variable warnings with gcc-4.6
Tim-Philipp Müller
1
-17
/
+21
2011-04-11
jack: also handle deprecations for jack 1.9.7
Stefan Kost
1
-2
/
+2
2011-04-05
jack: Fix build with jack 0.120.1
Jon Nordby
1
-2
/
+2
2011-03-16
jackaudiosink: Fix typo from 9544622674c0d0a3147a9b51145159b02eec68e9
Robert Swain
1
-1
/
+1
2011-03-11
jack: fix build against jack 0.120.2
Philippe Normand
1
-2
/
+13
2011-01-02
jack: fix up element details and some other minor clean-ups
Tim-Philipp Müller
1
-1
/
+2
2011-01-02
jack: template caps had lists with one value, just use value directly
Tim-Philipp Müller
1
-1
/
+1
2011-01-02
jack: make get_type functions thread-safe
Tim-Philipp Müller
1
-6
/
+6
2011-01-02
various (ext): add missing G_PARAM_STATIC_STRINGS flags
Stefan Kost
1
-2
/
+3
2011-01-02
jack: added translatable text for server not found error
Tristan Matthews
1
-1
/
+7
2011-01-02
jack: added client property
Tristan Matthews
1
-0
/
+18
2011-01-02
jack: remove empty dispose and finalize methods
Stefan Kost
1
-19
/
+0
2011-01-02
jack: don't leak caps
Stefan Kost
1
-0
/
+11
2011-01-02
jack: don't use GST_DEBUG_FUNCPTR for gobject vmethods
Stefan Kost
1
-6
/
+4
2011-01-02
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-8
/
+2
2011-01-02
jack: ensure segtotal is at least 2
Stefan Kost
1
-5
/
+3
2011-01-02
jack: don't crash in ringbuffer with SIGFPE on small buffer-times
Stefan Kost
1
-4
/
+14
2011-01-02
jack: when stopping playback, do one more cycle to flush the port. Fixes #582167
Stefan Kost
1
-3
/
+4
2011-01-02
jack: Add new connection mode
Wim Taymans
1
-1
/
+2
2011-01-02
ext/jack/: Query port latencies for sink/src delays.
Stefan Kost
1
-1
/
+9
2011-01-02
Fix compiler warnings on OS/X
Jan Schmidt
1
-1
/
+1
2011-01-02
ext/jack/: Add a jackaudiosrc. Refactor sink slightly for better code reuse.
Tristan Matthews
1
-71
/
+1
2011-01-02
docs/plugins/: docs/plugins/inspect/plugin-mythtv.xml
Stefan Kost
1
-24
/
+16
2011-01-02
Do not use short_description in section docs for elements. We extract them fr...
Stefan Kost
1
-1
/
+0
2011-01-02
ext/jack/gstjackaudiosink.c: Include the element name in the port name to avo...
Wim Taymans
1
-5
/
+8
2011-01-02
ext/jack/gstjackaudiosink.c: Work around missing bits of thread-safety on old...
Tim-Philipp Müller
1
-0
/
+4
2011-01-02
ext/jack/gstjackaudiosink.c: Add stdlib include here too.
Stefan Kost
1
-0
/
+2
2011-01-02
ext/jack/gstjackaudiosink.c: Try t better name clients. properly handle retur...
Stefan Kost
1
-7
/
+15
2011-01-02
ext/jack/: Make an object to manage client connections to the jack server whi...
Paul Davis
1
-60
/
+83
2011-01-02
ext/jack/gstjackaudiosink.*: Improve docs.
Wim Taymans
1
-10
/
+26
2011-01-02
ext/Makefile.am: Fix build.
Wim Taymans
1
-4
/
+6
2011-01-02
Added fully functional jackaudiosink.
Wim Taymans
1
-0
/
+846