summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nieto <diego.nieto.m@outlook.com>2024-05-21 10:45:24 +0200
committerDiego Nieto <diego.nieto.m@outlook.com>2024-05-21 13:25:44 +0200
commit453a6f1800fa88587c4f83fd7d2123cc7909ae38 (patch)
treea79ff2b32214b46b1d0b1ba6084aa37963165857
parent03febb5048d0612157fad0ddadeaaeed924aadf0 (diff)
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>
-rw-r--r--subprojects/gst-plugins-good/tests/examples/rtsp/test-onvif.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/subprojects/gst-plugins-good/tests/examples/rtsp/test-onvif.c b/subprojects/gst-plugins-good/tests/examples/rtsp/test-onvif.c
index ddaaeee52d..841178417a 100644
--- a/subprojects/gst-plugins-good/tests/examples/rtsp/test-onvif.c
+++ b/subprojects/gst-plugins-good/tests/examples/rtsp/test-onvif.c
@@ -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)
{