mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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
2 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue