gstreamer/gst-libs/gst
Hyunjun Ko 682b523652 sdp: add helper fuctions from/to sdp from/to caps
<gstsdpmessage.h>
GstCaps*       gst_sdp_media_get_caps_from_media   (const GstSDPMedia *media, gint pt);
GstSDPResult   gst_sdp_media_set_media_from_caps   (const GstCaps* caps, GstSDPMedia *media);
gchar *        gst_sdp_make_keymgmt                (const gchar *uri, const gchar *base64);
GstSDPResult   gst_sdp_message_attributes_to_caps  (GstSDPMessage *msg, GstCaps *caps);
GstSDPResult   gst_sdp_media_attributes_to_caps    (GstSDPMedia *media, GstCaps *caps);

<gstmikey.h>
GstMIKEYMessage * gst_mikey_message_new_from_caps  (GstCaps *caps);
gchar *           gst_mikey_message_base64_encode  (GstMIKEYMessage* msg);

https://bugzilla.gnome.org/show_bug.cgi?id=745880
2015-12-31 17:11:57 +02:00
..
allocators base: Add g_autoptr() support to all types 2015-12-14 13:39:43 -05:00
app appsrc: Clear is_eos flag when receiving the flush-stop event 2015-12-19 11:35:39 +01:00
audio audioconvert: fix passthrough operation 2015-12-29 14:40:32 +01:00
fft Drop usage of deprecated g-ir-scanner --strip-prefix flag 2015-12-02 20:19:43 -08:00
pbutils encoding-profile: Check for FALSE'ness directly, not by comparing with FALSE 2015-12-29 17:56:21 +02:00
riff riff: add FourCC aliases 2015-12-12 20:22:44 +00:00
rtp base: Add g_autoptr() support to all types 2015-12-14 13:39:43 -05:00
rtsp base: Add g_autoptr() support to all types 2015-12-14 13:39:43 -05:00
sdp sdp: add helper fuctions from/to sdp from/to caps 2015-12-31 17:11:57 +02:00
tag base: Add g_autoptr() support to all types 2015-12-14 13:39:43 -05:00
video videoblend: special case 1x1 src dims on increment computation 2015-12-28 14:16:41 -08:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-app.h tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am libs: build rtp after audio 2015-09-04 09:53:42 +01:00