summaryrefslogtreecommitdiffstats
path: root/gst/rtp/rtp-packet.c
Commit message (Collapse)AuthorAgeFilesLines
* gst-indentThomas Vander Stichele2004-03-141-96/+93
| | | | | Original commit message from CVS: gst-indent
* Build fixes for OS X: (see #129600)David Schleef2004-02-071-1/+0
| | | | | | | | | | | | Original commit message from CVS: Build fixes for OS X: (see #129600) * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh), (gst_riff_read_strf_vids), (gst_riff_read_strf_auds), (gst_riff_read_strf_iavs): * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih), (gst_avi_demux_stream_odml): * gst/playondemand/Makefile.am: * gst/rtp/rtp-packet.c:
* gst/rtp/rtp-packet.c: Add sys/types.h include, since OS X doesn't define ↵Ronald S. Bultje2004-01-031-0/+2
| | | | | | | | | | | in_addr_t in netinet/in.h, like it does on L... Original commit message from CVS: 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/rtp/rtp-packet.c: Add sys/types.h include, since OS X doesn't define in_addr_t in netinet/in.h, like it does on Linux (see #129600).
* GSM -> RTP and viceversaZeeshan Ali2003-07-131-5/+5
| | | | | Original commit message from CVS: GSM -> RTP and viceversa
* Fixed header files so that rtp builds on SolarisBrian Cameron2003-05-221-6/+4
| | | | | Original commit message from CVS: Fixed header files so that rtp builds on Solaris
* Complete the move of the RTP pluginChristian Schaller2003-03-021-0/+311
Original commit message from CVS: Complete the move of the RTP plugin