From 8db0d2bcab91315deaf53f97fb8e3213d7e6ff6d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 10 Apr 2007 09:14:07 +0000 Subject: gst/rtpmanager/: Added custom marshallers for signals. Original commit message from CVS: * gst/rtpmanager/.cvsignore: * gst/rtpmanager/Makefile.am: * gst/rtpmanager/gstrtpbin-marshal.list: Added custom marshallers for signals. * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init): * gst/rtpmanager/gstrtpbin.h: Prepare for emiting pt map signals. * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init): * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_class_init): Fix signals. --- gst/rtpmanager/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gst/rtpmanager/.gitignore (limited to 'gst/rtpmanager/.gitignore') diff --git a/gst/rtpmanager/.gitignore b/gst/rtpmanager/.gitignore new file mode 100644 index 00000000..0962d997 --- /dev/null +++ b/gst/rtpmanager/.gitignore @@ -0,0 +1,2 @@ +gstrtpbin-marshal.h +gstrtpbin-marshal.c -- cgit v1.2.1