mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
reverting rtp patches to fix freeze break on -base as explained on the list
Original commit message from CVS: reverting rtp patches to fix freeze break on -base as explained on the list
This commit is contained in:
parent
a916af7c48
commit
6f18aadd6b
3 changed files with 0 additions and 12 deletions
|
@ -1,11 +1,3 @@
|
|||
2006-04-12 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
|
||||
|
||||
* gst-libs/gst/rtp/gstrtpbuffer.h:
|
||||
Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
|
||||
* gst-libs/gst/rtp/gstbasertpaudiopayload.c:
|
||||
* gst-libs/gst/rtp/gstbasertpaudiopayload.h:
|
||||
New RTP audio base payloader class. Supports frame or sample based codecs
|
||||
|
||||
2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -2,14 +2,12 @@ libgstrtpincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/rtp
|
|||
|
||||
libgstrtpinclude_HEADERS = gstrtpbuffer.h \
|
||||
gstbasertppayload.h \
|
||||
gstbasertpaudiopayload.h \
|
||||
gstbasertpdepayload.h
|
||||
|
||||
lib_LTLIBRARIES = libgstrtp-@GST_MAJORMINOR@.la
|
||||
|
||||
libgstrtp_@GST_MAJORMINOR@_la_SOURCES = gstrtpbuffer.c \
|
||||
gstbasertppayload.c \
|
||||
gstbasertpaudiopayload.c \
|
||||
gstbasertpdepayload.c
|
||||
|
||||
libgstrtp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
||||
|
|
|
@ -71,8 +71,6 @@ typedef enum
|
|||
#define GST_RTP_PAYLOAD_MPV_STRING "32"
|
||||
#define GST_RTP_PAYLOAD_H263_STRING "34"
|
||||
|
||||
#define GST_RTP_PAYLOAD_DYNAMIC_STRING "[96, 127]"
|
||||
|
||||
/* creating buffers */
|
||||
GstBuffer* gst_rtp_buffer_new (void);
|
||||
void gst_rtp_buffer_allocate_data (GstBuffer *buffer, guint payload_len,
|
||||
|
|
Loading…
Reference in a new issue