mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
rtp: Remove unused variable in example
client-PCMA.c:84:22: warning: unused variable 'isrc' [-Wunused-variable] GObject *session, *isrc, *osrc; ^
This commit is contained in:
parent
f05c0c036e
commit
9f5fe2673e
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ static void
|
||||||
on_ssrc_active_cb (GstElement * rtpbin, guint sessid, guint ssrc,
|
on_ssrc_active_cb (GstElement * rtpbin, guint sessid, guint ssrc,
|
||||||
GstElement * depay)
|
GstElement * depay)
|
||||||
{
|
{
|
||||||
GObject *session, *isrc, *osrc;
|
GObject *session, *osrc;
|
||||||
|
|
||||||
g_print ("got RTCP from session %u, SSRC %u\n", sessid, ssrc);
|
g_print ("got RTCP from session %u, SSRC %u\n", sessid, ssrc);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue