[gst-cvs] gst-plugins-ugly: Add pnm:// uri source

Wim Taymans wtay at kemper.freedesktop.org
Fri Feb 20 06:55:15 PST 2009


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

Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Fri Feb 20 15:53:34 2009 +0100

Add pnm:// uri source

Add a new utri handler for pnm:// that for now just redirects to the same uri
with the rtsp:// protocol, which usually works nowadays.

Separate the registration of the various plugins into a separate source file.

---

 gst/realmedia/Makefile.am |    7 +-
 gst/realmedia/pnmsrc.c    |  294 +++++++++++++++++++++++++++++++++++++++++++++
 gst/realmedia/pnmsrc.h    |   58 +++++++++
 gst/realmedia/rademux.c   |    7 +
 gst/realmedia/rademux.h   |    2 +
 gst/realmedia/realmedia.c |   59 +++++++++
 gst/realmedia/rmdemux.c   |   35 +-----
 gst/realmedia/rmdemux.h   |    2 +
 8 files changed, 429 insertions(+), 35 deletions(-)

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




More information about the Gstreamer-commits mailing list