aboutsummaryrefslogtreecommitdiff
path: root/ext/srtp/gstsrtpdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/srtp/gstsrtpdec.h')
-rw-r--r--ext/srtp/gstsrtpdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/srtp/gstsrtpdec.h b/ext/srtp/gstsrtpdec.h
index 9d210faa..8129dc08 100644
--- a/ext/srtp/gstsrtpdec.h
+++ b/ext/srtp/gstsrtpdec.h
@@ -88,6 +88,7 @@ struct _GstSrtpDecClass
GstElementClass parent_class;
void (*clear_streams) (GstSrtpDec * filter);
+ void (*remove_stream) (GstSrtpDec * filter, guint ssrc);
};
GType gst_srtp_dec_get_type (void);