xine-lib 1.2.13-20230125hg15249
Macros | Functions
sdpplin.c File Reference
#include "rmff.h"
#include "rtsp.h"
#include "sdpplin.h"
#include <xine/xineutils.h>
#include <xine/xine_buffer.h>

Macros

#define LOG_MODULE   "sdpplin"
 
#define LOG_VERBOSE
 

Functions

static char * nl (char *data)
 
static int filter (const char *in, const char *filter, char **out)
 
static void sdpplin_free_stream (sdpplin_stream_t **pp)
 
static sdpplin_stream_tsdpplin_parse_stream (char **data)
 
sdpplin_tsdpplin_parse (char *data)
 
void sdpplin_free (sdpplin_t *p)
 

Macro Definition Documentation

◆ LOG_MODULE

#define LOG_MODULE   "sdpplin"

◆ LOG_VERBOSE

#define LOG_VERBOSE

Function Documentation

◆ filter()

static int filter ( const char * in,
const char * filter,
char ** out )
static

◆ nl()

static char * nl ( char * data)
static

References NULL.

Referenced by sdpplin_parse(), and sdpplin_parse_stream().

◆ sdpplin_free()

void sdpplin_free ( sdpplin_t * p)

◆ sdpplin_free_stream()

static void sdpplin_free_stream ( sdpplin_stream_t ** pp)
static

◆ sdpplin_parse()

sdpplin_t * sdpplin_parse ( char * data)

◆ sdpplin_parse_stream()

static sdpplin_stream_t * sdpplin_parse_stream ( char ** data)
static