summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib.h b/src/lib.h
index 0fb3f02..c2b5f32 100644
--- a/src/lib.h
+++ b/src/lib.h
@@ -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);