summaryrefslogtreecommitdiffstats
path: root/gst/gdp/gstgdppay.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-08-02 16:56:19 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-08-02 16:56:19 +0000
commit5929ad4ac9816f4431aa0aceef4016ac29194083 (patch)
tree6b78c44a5a57fe1ca6ad09ab53845d8b182dce6e /gst/gdp/gstgdppay.h
parentc98740d77a0d1d57144cf7b1eee37a31ffabd082 (diff)
downloadgst-plugins-bad-5929ad4ac9816f4431aa0aceef4016ac29194083.tar.gz
gst-plugins-bad-5929ad4ac9816f4431aa0aceef4016ac29194083.tar.bz2
gst-plugins-bad-5929ad4ac9816f4431aa0aceef4016ac29194083.zip
gst/gdp/gstgdpdepay.c: Disable seeking.
Original commit message from CVS: * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init), (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event), (gst_gdp_depay_src_event), (gst_gdp_depay_chain), (gst_gdp_depay_change_state): Disable seeking. Small cleanups. Clear adapter on disconts. Clear caps when going to READY instead of NULL * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init), (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset), (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader), (gst_gdp_queue_buffer), (gst_gdp_pay_chain), (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event), (gst_gdp_pay_change_state): * gst/gdp/gstgdppay.h: Reset payloader when going to READY. Fix leaked buffers in ->queue on push errors. Disable seeking. Code cleanups. Create packetizer in _init, free in _finalize.
Diffstat (limited to 'gst/gdp/gstgdppay.h')
-rw-r--r--gst/gdp/gstgdppay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gdp/gstgdppay.h b/gst/gdp/gstgdppay.h
index 5bde0829..22bbcd29 100644
--- a/gst/gdp/gstgdppay.h
+++ b/gst/gdp/gstgdppay.h
@@ -41,6 +41,7 @@ typedef struct _GstGDPPayClass GstGDPPayClass;
struct _GstGDPPay
{
GstElement element;
+
GstPad *sinkpad;
GstPad *srcpad;