diff options
author | David Schleef <ds@schleef.org> | 2004-03-06 01:01:28 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-03-06 01:01:28 +0000 |
commit | 542bc1333188aae97eb84e17616844c0ecc4a5ae (patch) | |
tree | fb815eb971f63688a1061a70315d6df5c0976a73 | |
parent | 86db595f563c3b5da4427055f4afc439c12036b5 (diff) | |
download | gst-plugins-bad-542bc1333188aae97eb84e17616844c0ecc4a5ae.tar.gz gst-plugins-bad-542bc1333188aae97eb84e17616844c0ecc4a5ae.tar.bz2 gst-plugins-bad-542bc1333188aae97eb84e17616844c0ecc4a5ae.zip |
gst/udp/gstudpsrc.c: Check for unfixed caps and throw an element error. (bug #136334)
Original commit message from CVS:
* gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
caps and throw an element error. (bug #136334)
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-03-05 David Schleef <ds@schleef.org> + * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed + caps and throw an element error. (bug #136334) + +2004-03-05 David Schleef <ds@schleef.org> + * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_chain): Fix negotiation. * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add |