mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +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
|
struct _GstDvbSrc
|
||||||
{
|
{
|
||||||
GstPushSrc element;
|
GstPushSrc element;
|
||||||
GstPad *srcpad;
|
|
||||||
|
|
||||||
GMutex tune_mutex;
|
GMutex tune_mutex;
|
||||||
gboolean need_tune;
|
gboolean need_tune;
|
||||||
|
|
Loading…
Reference in a new issue