summaryrefslogtreecommitdiff
path: root/src/lib.h
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-14 09:56:05 (GMT)
committerNirbheek Chauhan <nirbheek@centricular.com>2014-07-14 10:05:31 (GMT)
commite3b7d577b4c1ec7c2c53be3d87506c206ec07ffc (patch)
treed29dab491338aba695e5f0fccdaa932c28add482 /src/lib.h
parente1bdda4b97983368caa608857fb9030d72e4c8a3 (diff)
downloadsoup-transcoding-proxy-e3b7d577b4c1ec7c2c53be3d87506c206ec07ffc.zip
soup-transcoding-proxy-e3b7d577b4c1ec7c2c53be3d87506c206ec07ffc.tar.gz
lib: Remove unused function definitions
Pointed out in a review by slomo
Diffstat (limited to 'src/lib.h')
-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);