rtsp-server: Remove unused define in backchannel test

The caps match with the ones used in test-onvif-backchannel,
but they are actually not used here.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6885>
This commit is contained in:
Diego Nieto 2024-05-21 10:45:24 +02:00
parent 03febb5048
commit 453a6f1800

View file

@ -4,8 +4,6 @@ static GMainLoop *loop = NULL;
static GstElement *backpipe = NULL;
static gint stream_id = -1;
#define PCMU_CAPS "application/x-rtp, media=audio, payload=0, clock-rate=8000, encoding-name=PCMU"
static GstFlowReturn
new_sample (GstElement * appsink, GstElement * rtspsrc)
{