mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
dvbsrc: remove srcpad leftover
The element is inheriting its srcpad from basesrc
This commit is contained in:
parent
a680867761
commit
3e5c56e5fb
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ typedef struct _GstDvbSrcParam GstDvbSrcParam;
|
|||
struct _GstDvbSrc
|
||||
{
|
||||
GstPushSrc element;
|
||||
GstPad *srcpad;
|
||||
|
||||
GMutex tune_mutex;
|
||||
gboolean need_tune;
|
||||
|
|
Loading…
Reference in a new issue