projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8b7611
)
removed GST_*_CAST. Disabling of type checking is done in glib.
author
Benjamin Otte
<otte@gnome.org>
Sat, 13 Dec 2003 16:59:51 +0000
(16:59 +0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Sun, 2 Jan 2011 14:30:04 +0000
(14:30 +0000)
Original commit message from CVS:
removed GST_*_CAST. Disabling of type checking is done in glib.
ext/jack/gstjackbin.c
patch
|
blob
|
history
diff --git
a/ext/jack/gstjackbin.c
b/ext/jack/gstjackbin.c
index cb1839c41c48280c46d3e87555900cac89d3a5b3..b0cea9bc32265a85a2e3e8afa94c7a184ed21286 100644
(file)
--- a/
ext/jack/gstjackbin.c
+++ b/
ext/jack/gstjackbin.c
@@
-279,7
+279,7
@@
process (jack_nframes_t nframes, void *arg)
bin->nframes = nframes;
JACK_DEBUG ("jackbin: iterating to process %ld frames of audio...", nframes);
- if (!gst_bin_iterate (GST_BIN
_CAST
(bin))) {
+ if (!gst_bin_iterate (GST_BIN (bin))) {
g_warning ("bin failed to iterate");
return -1;
}