mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
gst/rtsp/URLS: Some more urls.
Original commit message from CVS: * gst/rtsp/URLS: Some more urls. * gst/smpte/barboxwipes.c: Add a comment * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Fix typo, add audioresample to the pipeline.
This commit is contained in:
parent
51eb9bea8f
commit
198224ef58
4 changed files with 19 additions and 2 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
2008-06-17 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
|
* gst/rtsp/URLS:
|
||||||
|
Some more urls.
|
||||||
|
|
||||||
|
* gst/smpte/barboxwipes.c:
|
||||||
|
Add a comment
|
||||||
|
|
||||||
|
* tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
|
||||||
|
Fix typo, add audioresample to the pipeline.
|
||||||
|
|
||||||
2008-06-17 Wim Taymans <wim.taymans@collabora.co.uk>
|
2008-06-17 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* ext/libmng/Makefile.am:
|
* ext/libmng/Makefile.am:
|
||||||
|
|
|
@ -27,3 +27,6 @@ H264/MPA
|
||||||
REAL:
|
REAL:
|
||||||
rtsp://213.254.239.61/farm/*/encoder/tagesschau/live1high.rm
|
rtsp://213.254.239.61/farm/*/encoder/tagesschau/live1high.rm
|
||||||
rtsp://64.192.137.105:554/real.amazon-de.eu2/phononet/B/0/0/0/H/W/Y/4/K/S/01.01.rm?cloakport=80,554,7070
|
rtsp://64.192.137.105:554/real.amazon-de.eu2/phononet/B/0/0/0/H/W/Y/4/K/S/01.01.rm?cloakport=80,554,7070
|
||||||
|
|
||||||
|
rtsp://211.89.225.1/encoder/cnr7_p
|
||||||
|
rtsp://stream2.visual.cz/broadcast/ct/CT24-High.rm
|
||||||
|
|
|
@ -658,6 +658,9 @@ gst_wipe_triangles_draw (GstMask * mask)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* see also:
|
||||||
|
* http://www.w3c.rl.ac.uk/pasttalks/slidemaker/XML_Multimedia/htmls/transitions.html
|
||||||
|
*/
|
||||||
static const GstMaskDefinition definitions[] = {
|
static const GstMaskDefinition definitions[] = {
|
||||||
{1, "bar-wipe-lr",
|
{1, "bar-wipe-lr",
|
||||||
"A bar moves from left to right",
|
"A bar moves from left to right",
|
||||||
|
|
|
@ -57,10 +57,10 @@ VRTPSINK="udpsink port=5000 host=$DEST ts-offset=$VOFFSET name=vrtpsink"
|
||||||
VRTCPSINK="udpsink port=5001 host=$DEST sync=false async=false name=vrtcpsink"
|
VRTCPSINK="udpsink port=5001 host=$DEST sync=false async=false name=vrtcpsink"
|
||||||
VRTCPSRC="udpsrc port=5005 name=vrtpsrc"
|
VRTCPSRC="udpsrc port=5005 name=vrtpsrc"
|
||||||
|
|
||||||
# PCMA encode from an the source
|
# PCMA encode from the source
|
||||||
AELEM="alsasrc"
|
AELEM="alsasrc"
|
||||||
#AELEM="audiotestsrc is-live=1"
|
#AELEM="audiotestsrc is-live=1"
|
||||||
ASOURCE="$AELEM ! queue ! audioconvert"
|
ASOURCE="$AELEM ! queue ! audioresample ! audioconvert"
|
||||||
AENC="alawenc ! rtppcmapay"
|
AENC="alawenc ! rtppcmapay"
|
||||||
|
|
||||||
ARTPSINK="udpsink port=5002 host=$DEST ts-offset=$AOFFSET name=artpsink"
|
ARTPSINK="udpsink port=5002 host=$DEST ts-offset=$AOFFSET name=artpsink"
|
||||||
|
|
Loading…
Reference in a new issue