[Bug 641918] [Camerabin2] Allow previewing without capture

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jul 23 03:49:16 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=641918
  GStreamer | gst-plugins-bad | git

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #192519|none                        |needs-work
             status|                            |

--- Comment #11 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2011-07-23 10:49:13 UTC ---
Review of attachment 192519:
 --> (https://bugzilla.gnome.org/review?bug=641918&attachment=192519)

::: gst/camerabin2/gstcamerabin2.c
@@ +997,3 @@
   }

+  if (strcmp ("", location) == 0) {

if (!location) {

Setting the location to an empty string is weird (it would even to a strcpy).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list