summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-14 15:28:36 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-14 15:28:36 +0000
commit1e1c12e87ed1d4ec135330653c9390522d3e04dc (patch)
tree8eb1f01d31d0432aa128f19bf752df90e1d717c7 /gst/rtpmanager/gstrtpbin.h
parent6eb0124ae65fcb49d1b999ce4b8d4d6faba0c05a (diff)
downloadgst-plugins-bad-1e1c12e87ed1d4ec135330653c9390522d3e04dc.tar.gz
gst-plugins-bad-1e1c12e87ed1d4ec135330653c9390522d3e04dc.tar.bz2
gst-plugins-bad-1e1c12e87ed1d4ec135330653c9390522d3e04dc.zip
gst/rtpmanager/async_jitter_queue.c: Fix leak when flushing.
Original commit message from CVS: * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_set_flushing_unlocked): Fix leak when flushing. * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init): * gst/rtpmanager/gstrtpbin.h: Add clear-pt-map signal. * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop): Init clock-rate to -1 to mark unknow clock rate. Fix flushing.
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r--gst/rtpmanager/gstrtpbin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h
index 523eb789..24eb38d1 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -56,6 +56,8 @@ struct _GstRTPBinClass {
/* get the caps for pt */
GstCaps* (*request_pt_map) (GstRTPBin *rtpbin, guint session, guint pt);
+
+ void (*clear_pt_map) (GstRTPBin *rtpbin);
};
GType gst_rtp_bin_get_type (void);