souphttpsink: don't create unused second sink pad object

The base class will create the sink pad.
This commit is contained in:
Tim-Philipp Müller 2011-09-23 16:39:46 +01:00
parent 2131a3b7f8
commit be7cbd4c21
2 changed files with 0 additions and 6 deletions

View file

@ -200,10 +200,6 @@ gst_soup_http_sink_init (GstSoupHttpSink * souphttpsink,
{
const char *proxy;
souphttpsink->sinkpad =
gst_pad_new_from_static_template (&gst_soup_http_sink_sink_template,
"sink");
souphttpsink->mutex = g_mutex_new ();
souphttpsink->cond = g_cond_new ();

View file

@ -38,8 +38,6 @@ struct _GstSoupHttpSink
{
GstBaseSink base_souphttpsink;
GstPad *sinkpad;
GMutex *mutex;
GCond *cond;
GMainContext *context;