Displaying 6 results from an estimated 6 matches for "transport_t".
2002 Jan 02
2
macosx (lots of little changes)
...S PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@@ -328,3 +329,4 @@
&http_tell,
&http_close
};
+#endif
--- ogg123/transport.c.orig Wed Jan 2 01:32:04 2002
+++ ogg123/transport.c Tue Jan 1 15:35:52 2002
@@ -21,10 +21,13 @@
#include "transport.h"
extern transport_t file_transport;
+#ifdef NO_CURL
+transport_t *transports[] = { &file_transport, NULL };
+#else
extern transport_t http_transport;
transport_t *transports[] = { &http_transport, &file_transport, NULL };
-
+#endif
transport_t *get_transport_by_name (char *name)
{
ogg123/Makefil...
2002 Jan 02
2
macosx (lots of little changes)
...S PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@@ -328,3 +329,4 @@
&http_tell,
&http_close
};
+#endif
--- ogg123/transport.c.orig Wed Jan 2 01:32:04 2002
+++ ogg123/transport.c Tue Jan 1 15:35:52 2002
@@ -21,10 +21,13 @@
#include "transport.h"
extern transport_t file_transport;
+#ifdef NO_CURL
+transport_t *transports[] = { &file_transport, NULL };
+#else
extern transport_t http_transport;
transport_t *transports[] = { &http_transport, &file_transport, NULL };
-
+#endif
transport_t *get_transport_by_name (char *name)
{
ogg123/Makefil...
2004 Sep 30
1
[don@donarmstrong.com: Bug#274301: libflac4 segfaults on corrupt flac files]
...f3e0, callbacks=0xbffff408, callback_arg=0x407ed008)
at ../../ogg123/flac_format.c:181
decoder = (decoder_t *) 0x805b990
private = (flac_private_t *) 0x805b9d0
ret = -1073745000
#8 0x0804fec0 in play (source_string=0x805b8d0 "crash.flac") at ../../ogg123/ogg123.c:464
transport = (transport_t *) 0x80586c0
format = (format_t *) 0x8058820
source = (data_source_t *) 0x805aa60
decoder = (decoder_t *) 0x10000000
decoder_callbacks = {printf_error = 0x804d0d8 <decoder_buffered_error_callback>,
printf_metadata = 0x804d255 <decoder_buffered_metadata_callback>}
decoder_callbac...
2002 Oct 05
2
ogg123 remote interface
...s && !sig_request.exit) {
- play(playlist_array[i]);
+ play(&audio_play_arg, audio_buffer, playlist_array[i]);
i++;
}
@@ -380,7 +375,7 @@
}
-void play (char *source_string)
+void play (audio_play_arg_t *audio_play_arg, buf_t *audio_buffer, char *source_string)
{
transport_t *transport;
format_t *format;
@@ -430,7 +425,7 @@
return;
}
- if ( (source = transport->open(source_string, &options)) == NULL ) {
+ if ( (source = transport->open(source_string, &options, audio_play_arg->stat_format)) == NULL ) {
status_error(_("Cannot o...
2004 May 23
4
Various Ogg Vorbis largefile notes and/or patches
Greetings one and all;
I'm not subscribed to this list so I'm first sending this message
to verify that mails from me make it through, and then later I'll
send the juicy messages with patches. Also, the address I'm using
is IPv6-only and doesn't often work, so drop me from any replies
and I'll catch the archives, or drop only the hostname part to get
an IPv4 address that
2010 Apr 22
1
Transport endpoint not connected
Hey guys,
I've recently implemented gluster to share webcontent read-write between
two servers.
Version : glusterfs 3.0.4 built on Apr 19 2010 16:37:50
Fuse : 2.7.2-1ubuntu2.1
Platform : ubuntu 8.04LTS
I used the following command to generate my configs:
/usr/local/bin/glusterfs-volgen --name repstore1 --raid 1
10.10.130.11:/data/export