diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-14 09:56:05 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-14 10:05:31 (GMT) |
commit | e3b7d577b4c1ec7c2c53be3d87506c206ec07ffc (patch) | |
tree | d29dab491338aba695e5f0fccdaa932c28add482 /src/lib.h | |
parent | e1bdda4b97983368caa608857fb9030d72e4c8a3 (diff) | |
download | soup-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.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); |