diff options
Diffstat (limited to 'gst/rtp/gstrtph263pdepay.h')
-rw-r--r-- | gst/rtp/gstrtph263pdepay.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/rtp/gstrtph263pdepay.h b/gst/rtp/gstrtph263pdepay.h index e30444d8..239fbcbf 100644 --- a/gst/rtp/gstrtph263pdepay.h +++ b/gst/rtp/gstrtph263pdepay.h @@ -45,8 +45,7 @@ struct _GstRtpH263PDepay GstBaseRTPDepayload depayload; GstAdapter *adapter; - - guint frequency; + gboolean wait_start; }; struct _GstRtpH263PDepayClass |