Tim-Philipp Müller
57e35559c8
jack: fix up element details and some other minor clean-ups
2011-01-02 19:51:54 +00:00
Tim-Philipp Müller
79a8e0ee42
jack: template caps had lists with one value, just use value directly
2011-01-02 17:40:41 +00:00
Tim-Philipp Müller
1f5083a17c
jack: make get_type functions thread-safe
...
Because we can (shouldn't be needed with other workarounds still there).
2011-01-02 17:27:35 +00:00
Stefan Kost
3c43a9e102
various (ext): add missing G_PARAM_STATIC_STRINGS flags
...
Canonicalize property names as needed.
2011-01-02 14:30:09 +00:00
Tristan Matthews
11c4157af4
jack: added translatable text for server not found error
2011-01-02 14:30:08 +00:00
Tristan Matthews
c070cfa7c8
jack: added client property
2011-01-02 14:30:08 +00:00
Wim Taymans
71b06e4957
jacksrc: make sure we always read nframes
...
Error out when we are asked to read a different size that what was configured as
the jack period size because that would mean something else is wrong.
Fixes #618409
2011-01-02 14:30:08 +00:00
Tristan Matthews
e05b723274
jack: improve process_cb
2011-01-02 14:30:08 +00:00
Tristan Matthews
55f1ea09b0
jack: implement multichannel support correctly for jackaudiosrc
...
Fixes parts of bug #616541 .
2011-01-02 14:30:08 +00:00
Stefan Kost
3153aa995f
jack: remove empty dispose and finalize methods
2011-01-02 14:30:08 +00:00
Stefan Kost
2b7ca1413a
jack: don't leak caps
...
Add dispose methods to clear caps.
2011-01-02 14:30:08 +00:00
Stefan Kost
084e8269c2
jack: don't use GST_DEBUG_FUNCPTR for gobject vmethods
2011-01-02 14:30:08 +00:00
Stefan Kost
0a22a42268
jack: fix element name in section doc blob
2011-01-02 14:30:08 +00:00
Benjamin Otte
de91f84dfb
Add -Wold-style-definition
...
and fix the warnings
2011-01-02 14:30:08 +00:00
Benjamin Otte
4ccda26327
gst_element_class_set_details => gst_element_class_set_details_simple
2011-01-02 14:30:07 +00:00
Stefan Kost
f20c73684b
jack: ensure segtotal is at least 2
...
Not only adjust buffer-time and avoid segtotal=0, but instead ensure segtotal is
atleast 2. Do same change on jacksrc. We could also check the latency and buffer
time configured by the client and adjust buffer-time so that we get to the same
number of segments.
2011-01-02 14:30:07 +00:00
Wim Taymans
7dde7eca28
jack: Add new connection mode
...
Add a new connection mode to jacksrc and jacksink. In this new auto-force
connection mode jack will create as many ports as requested/needed in the
pipeline and will then connect as many physical ports as possible, possibly
leaving some ports unconnected.
Also get rid of some leftover g_print.
Fixes #575284 .
2011-01-02 14:30:07 +00:00
Stefan Kost
fb03eb6bac
ext/jack/: Query port latencies for sink/src delays.
...
Original commit message from CVS:
* ext/jack/gstjackaudiosink.c:
* ext/jack/gstjackaudiosrc.c:
Query port latencies for sink/src delays.
* ext/jack/gstjackbin.c:
No printf please.
2011-01-02 14:30:07 +00:00
Stefan Kost
e0d25d42db
ext/jack/gstjackaudiosrc.c: Try committing this once again. Now properly renamed.
...
Original commit message from CVS:
* ext/jack/gstjackaudiosrc.c:
Try committing this once again. Now properly renamed.
2011-01-02 14:30:07 +00:00
Stefan Kost
37f51bb59d
docs/plugins/: docs/plugins/inspect/plugin-jack.xml
...
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
* docs/plugins/gst-plugins-bad-plugins.interfaces:
* docs/plugins/gst-plugins-bad-plugins.prerequisites:
* docs/plugins/inspect/plugin-jack.xml
Add new element to docs.
* ext/jack/gstjack.h
Add missing file.
* ext/jack/gstjackaudiosrc.c:
* ext/jack/gstjackaudiosrc.h:
Rename jackaudiosrc to jack_audio_src.
2011-01-02 14:30:06 +00:00
Tristan Matthews
b34bd1425c
ext/jack/: Add a jackaudiosrc. Refactor sink slightly for better code reuse.
...
Original commit message from CVS:
patch by: Tristan Matthews <tristan@sat.qc.ca>
* ext/jack/Makefile.am:
* ext/jack/gstjack.c:
* ext/jack/gstjackaudioclient.c:
* ext/jack/gstjackaudiosink.c:
* ext/jack/gstjackaudiosink.h:
* ext/jack/gstjackaudiosrc.c:
* ext/jack/gstjackaudiosrc.h:
* ext/jack/gstjackringbuffer.h:
Add a jackaudiosrc. Refactor sink slightly for better code reuse.
Fixes #545197 .
2011-01-02 14:30:06 +00:00