dvbsrc: remove srcpad leftover

The element is inheriting its srcpad from basesrc
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2014-07-31 17:40:30 -04:00
parent a680867761
commit 3e5c56e5fb

View file

@ -60,7 +60,6 @@ typedef struct _GstDvbSrcParam GstDvbSrcParam;
struct _GstDvbSrc
{
GstPushSrc element;
GstPad *srcpad;
GMutex tune_mutex;
gboolean need_tune;