diff options
-rw-r--r-- | src/lib.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -66,17 +66,11 @@ struct _TranscodeClientCtx { void stp_cleanup_transcode_server_ctx (TranscodeServerCtx *ctx); void stp_cleanup_transcode_client_ctx (TranscodeClientCtx *ctx); -void stp_close_client_ctx (TranscodeClientCtx *ctx); gboolean stp_on_gst_bus_message (GstBus *bus, GstMessage *msg, TranscodeServerCtx *ctx); -gboolean stp_copy_chunk_to_fd (SoupBuffer *chunk, - int fd); -gboolean stp_copy_fd_to_body (TranscodeClientCtx *ctx); -gboolean stp_fd_has_data_to_read (int fd); - GstBuffer* stp_get_streamheader_from_caps (GstCaps *caps); GstBuffer* stp_get_gst_buffer (SoupBuffer *chunk); |