mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
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:
parent
03febb5048
commit
453a6f1800
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue