Original commit message from CVS:
Fix errors , now it doesn't complains and compiles, Still need to be fixed problems with timestamps
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "gsttcpsrc.h"
+#include <unistd.h>
#define TCP_DEFAULT_PORT 4953
if (select (max_sock+1, &read_fds, NULL, NULL, NULL) > 0) {
if ((tcpsrc->control_sock != -1) && FD_ISSET (tcpsrc->control_sock, &read_fds))
{
- guchar *buf;
+ guchar *buf=NULL;
xmlDocPtr doc;
GstCaps *caps;