monoscope: Fixate pixel-aspect-ratio too and make sure the final caps are completely...
[platform/upstream/gst-plugins-good.git] / gst / rtpmanager / gstrtpdtmfmux.h
index c73ada4..651e9ec 100644 (file)
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifndef __GST_RTP_DTMF_MUX_H__
 #define __GST_RTP_DTMF_MUX_H__
 
 #include <gst/gst.h>
-#include <gstrtpmux.h>
+#include "gstrtpmux.h"
 
 G_BEGIN_DECLS
 #define GST_TYPE_RTP_DTMF_MUX (gst_rtp_dtmf_mux_get_type())
@@ -48,8 +48,7 @@ struct _GstRTPDTMFMux
   GstRTPMux mux;
 
   /* Protected by object lock */
-  /* our special pad */
-  GstPad *special_pad;
+  GstClockTime last_priority_end;
 };
 
 struct _GstRTPDTMFMuxClass