Zebediah Figura : winegstreamer: Move wg_parser object creation to a new Unix library.

Alexandre Julliard julliard at winehq.org
Fri Feb 12 14:37:37 CST 2021


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Feb 11 16:18:56 2021 -0600

winegstreamer: Move wg_parser object creation to a new Unix library.

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

---

 dlls/winegstreamer/Makefile.in   |    3 +-
 dlls/winegstreamer/gst_cbs.h     |    6 -
 dlls/winegstreamer/gst_private.h |   88 ++++
 dlls/winegstreamer/gstdemux.c    | 1029 +------------------------------------
 dlls/winegstreamer/main.c        |    3 +
 dlls/winegstreamer/wg_parser.c   | 1030 ++++++++++++++++++++++++++++++++++++++
 6 files changed, 1129 insertions(+), 1030 deletions(-)

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



More information about the wine-cvs mailing list