souphttpsink: don't create unused second sink pad object
The base class will create the sink pad.
This commit is contained in:
parent
2131a3b7f8
commit
be7cbd4c21
@ -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 ();
|
||||
|
||||
|
@ -38,8 +38,6 @@ struct _GstSoupHttpSink
|
||||
{
|
||||
GstBaseSink base_souphttpsink;
|
||||
|
||||
GstPad *sinkpad;
|
||||
|
||||
GMutex *mutex;
|
||||
GCond *cond;
|
||||
GMainContext *context;
|
||||
|
Loading…
x
Reference in New Issue
Block a user