Zebediah Figura : winegstreamer: Reimplement the media source on top of the wg_parser object.

Alexandre Julliard julliard at winehq.org
Fri Feb 19 17:20:08 CST 2021


Module: wine
Branch: master
Commit: f9c43fc9fa6e68ac0b886fd03e0425c8862aaa68
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f9c43fc9fa6e68ac0b886fd03e0425c8862aaa68

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Feb 18 17:01:27 2021 -0600

winegstreamer: Reimplement the media source on top of the wg_parser object.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winegstreamer/Makefile.in    |   1 -
 dlls/winegstreamer/audioconvert.c |  12 -
 dlls/winegstreamer/gst_cbs.c      | 235 -------------
 dlls/winegstreamer/gst_cbs.h      | 110 ------
 dlls/winegstreamer/gst_private.h  |   8 +-
 dlls/winegstreamer/gstdemux.c     |  19 --
 dlls/winegstreamer/main.c         |   2 -
 dlls/winegstreamer/media_source.c | 699 +++++++++-----------------------------
 dlls/winegstreamer/mfplat.c       | 460 +++++++++----------------
 dlls/winegstreamer/wg_parser.c    |  12 +-
 10 files changed, 337 insertions(+), 1221 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=f9c43fc9fa6e68ac0b886fd03e0425c8862aaa68



More information about the wine-cvs mailing list