mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
dvb: src: fix use of wrong array index for tune signal
Erroneous value made "TUNE" overwrite "TUNNING_FAIL" ....
This commit is contained in:
parent
5ad88a0352
commit
b09b17365d
1 changed files with 1 additions and 1 deletions
|
@ -1005,7 +1005,7 @@ gst_dvbsrc_class_init (GstDvbSrcClass * klass)
|
|||
* Signal emited from the application to the element, instructing it
|
||||
* to tune.
|
||||
*/
|
||||
gst_dvbsrc_signals[SIGNAL_TUNING_FAIL] =
|
||||
gst_dvbsrc_signals[SIGNAL_TUNE] =
|
||||
g_signal_new ("tune", G_TYPE_FROM_CLASS (klass),
|
||||
G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
|
||||
G_STRUCT_OFFSET (GstDvbSrcClass, do_tune),
|
||||
|
|
Loading…
Reference in a new issue