1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

move definitions related to miracle-dispd from src/ctl to src/disp

This commit is contained in:
Derek Dai 2017-03-25 15:37:57 +08:00
parent 0a7517d8e9
commit a0d0c9bc8c
No known key found for this signature in database
GPG key ID: E109CC97553EF009
8 changed files with 180 additions and 184 deletions

View file

@ -27,6 +27,7 @@
#include <glib.h>
#include <gst/gst.h>
#include "ctl.h"
#include "disp.h"
#include "wfd.h"
#include "wfd-dbus.h"
#include "config.h"
@ -300,23 +301,6 @@ end:
return r;
}
/* Callbacks from ctl-src */
void wfd_fn_src_connected(struct wfd_src *s)
{
}
void wfd_fn_src_disconnected(struct wfd_src *s)
{
}
void wfd_fn_src_setup(struct wfd_src *s)
{
}
void wfd_fn_src_playing(struct wfd_src *s)
{
}
void ctl_fn_peer_new(struct ctl_peer *p)
{
struct wfd_sink *s;