diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-04-10 09:14:07 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-04-10 09:14:07 +0000 |
commit | 8db0d2bcab91315deaf53f97fb8e3213d7e6ff6d (patch) | |
tree | 988fa38cd6bfa85662df0ecf51eddd78f55f6f5b /gst/rtpmanager/.gitignore | |
parent | 9894c6ad51e860fbc4474703c0a3e67a950ac359 (diff) | |
download | gst-plugins-bad-8db0d2bcab91315deaf53f97fb8e3213d7e6ff6d.tar.gz gst-plugins-bad-8db0d2bcab91315deaf53f97fb8e3213d7e6ff6d.tar.bz2 gst-plugins-bad-8db0d2bcab91315deaf53f97fb8e3213d7e6ff6d.zip |
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.
Diffstat (limited to 'gst/rtpmanager/.gitignore')
-rw-r--r-- | gst/rtpmanager/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |