[gst-cvs] gst-plugins-good: flvdemux: merge flvparse into the demuxer and make function static

Stefan Kost ensonic at kemper.freedesktop.org
Thu Apr 8 04:35:24 PDT 2010


Module: gst-plugins-good
Branch: master
Commit: fcc3db73a34babb943758a1995340f6233fc15db
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=fcc3db73a34babb943758a1995340f6233fc15db

Author: Stefan Kost <ensonic at users.sf.net>
Date:   Thu Apr  8 14:23:19 2010 +0300

flvdemux: merge flvparse into the demuxer and make function static

No need to hide certain function in the docs. Allows to do more cleanups.

---

 docs/plugins/gst-plugins-good-plugins-sections.txt |    2 -
 gst/flv/Makefile.am                                |    4 +-
 gst/flv/gstflvdemux.c                              | 1413 +++++++++++++++++++-
 gst/flv/gstflvdemux.h                              |    3 -
 gst/flv/gstflvparse.c                              | 1401 -------------------
 gst/flv/gstflvparse.h                              |   43 -
 6 files changed, 1399 insertions(+), 1467 deletions(-)

Diff:   http://cgit.freedesktop.org/gstreamer/gst-plugins-good/diff/?id=fcc3db73a34babb943758a1995340f6233fc15db




More information about the Gstreamer-commits mailing list