X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fgst%2Fnet%2Fgstnettimepacket.h;h=a04ea030ddc967e0c9247b415dbe84ce83015724;hb=d86a90550bf7e2cba312801a0861fa2ece99d7a3;hp=36ceef83b736d92001c756371b6cf3c68797dfca;hpb=39664da1f07bda3032ea867fc695450b689b9d8f;p=platform%2Fupstream%2Fgstreamer.git diff --git a/libs/gst/net/gstnettimepacket.h b/libs/gst/net/gstnettimepacket.h index 36ceef8..a04ea03 100644 --- a/libs/gst/net/gstnettimepacket.h +++ b/libs/gst/net/gstnettimepacket.h @@ -23,6 +23,7 @@ #include #include +#include G_BEGIN_DECLS @@ -47,26 +48,26 @@ struct _GstNetTimePacket { GstClockTime remote_time; }; -GST_EXPORT +GST_NET_API GType gst_net_time_packet_get_type (void); -GST_EXPORT +GST_NET_API GstNetTimePacket* gst_net_time_packet_new (const guint8 *buffer); -GST_EXPORT +GST_NET_API GstNetTimePacket* gst_net_time_packet_copy (const GstNetTimePacket *packet); -GST_EXPORT +GST_NET_API void gst_net_time_packet_free (GstNetTimePacket *packet); -GST_EXPORT +GST_NET_API guint8* gst_net_time_packet_serialize (const GstNetTimePacket *packet); -GST_EXPORT +GST_NET_API GstNetTimePacket* gst_net_time_packet_receive (GSocket * socket, GSocketAddress ** src_address, GError ** error); -GST_EXPORT +GST_NET_API gboolean gst_net_time_packet_send (const GstNetTimePacket * packet, GSocket * socket, GSocketAddress * dest_address,